summaryrefslogtreecommitdiff
path: root/test/test_conn.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_conn.py')
-rw-r--r--test/test_conn.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_conn.py b/test/test_conn.py
index f0f60cb..5bc2beb 100644
--- a/test/test_conn.py
+++ b/test/test_conn.py
@@ -67,7 +67,3 @@ class ConnTest(unittest.TestCase):
@unittest.skip("Not Implemented")
def test_close__object_is_reusable(self):
pass
-
-
-if __name__ == '__main__':
- unittest.main()