Changeset: c3d7dc071a15 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c3d7dc071a15
Modified Files:
clients/python3/test/runtests.py
Branch: Feb2013
Log Message:
Remove duplicate code. This fixes bug 3231.
diffs (27 lines):
diff --git a/clients/python3/test/runtests.py b/clients/python3/test/runtests.py
--- a/clients/python3/test/runtests.py
+++ b/clients/python3/test/runtests.py
@@ -94,23 +94,9 @@ if __name__ == '__main__':
suites = [
Test_Capabilities,
Test_DBAPI20,
- ]
-
- for suite in suites:
- tests = unittest.TestLoader().loadTestsFromTestCase(suite)
- TextTestRunnerNoTime(verbosity=3).run(tests)
-
-
-if __name__ == '__main__':
- suites = [
- Test_Capabilities,
- Test_DBAPI20,
test_pythonize.TestPythonize,
]
for suite in suites:
tests = unittest.TestLoader().loadTestsFromTestCase(suite)
TextTestRunnerNoTime(verbosity=3).run(tests)
-
-
-
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list