summaryrefslogtreecommitdiff
path: root/tests/unit/test_swiftclient.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-05-24 09:16:59 +0000
committerGerrit Code Review <review@openstack.org>2014-05-24 09:16:59 +0000
commit5e18d95cb297adaa6f9658241e6dca179ef9ab8d (patch)
tree4f5df47d4eb34502f3c7bdd0365b4bca22e1aa0e /tests/unit/test_swiftclient.py
parenteaf4fcbb8d00e9e974c9408e550154fa3cfeefea (diff)
parent876238a134d6f0332eeea57e03c3858b452895a1 (diff)
downloadpython-swiftclient-5e18d95cb297adaa6f9658241e6dca179ef9ab8d.tar.gz
Merge "Remove testtools.main() call from tests"
Diffstat (limited to 'tests/unit/test_swiftclient.py')
-rw-r--r--tests/unit/test_swiftclient.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/unit/test_swiftclient.py b/tests/unit/test_swiftclient.py
index eeb8ab8..35f673a 100644
--- a/tests/unit/test_swiftclient.py
+++ b/tests/unit/test_swiftclient.py
@@ -1166,7 +1166,3 @@ class TestCloseConnection(MockHttpTest):
conn.close()
self.assertEqual(http_conn_obj.isclosed(), True)
self.assertEqual(conn.http_conn, None)
-
-
-if __name__ == '__main__':
- testtools.main()