]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - test/__init__.py
Use the DEBUG_FLOAT_FORMAT when printing exception details.
[dunshire.git] / test / __init__.py
index 2188fa60d44401d1293a6e178ba4d7c1225ddda1..0f6f15c665da78f61effd04e9159e5bf50b9ef56 100644 (file)
@@ -26,9 +26,9 @@ def build_suite():
     suite.addTest(DocTestSuite(cones))
     suite.addTest(DocTestSuite(errors, optionflags=ELLIPSIS))
     suite.addTest(DocTestSuite(games, optionflags=ELLIPSIS))
-    suite.addTest(DocTestSuite(matrices, optionflags=ELLIPSIS)))
+    suite.addTest(DocTestSuite(matrices, optionflags=ELLIPSIS))
     suite.addTest(DocTestSuite(symmetric_linear_game_test))
-    suite.addTest(DocTestSuite(randomgen))
+    suite.addTest(DocTestSuite(randomgen, optionflags=ELLIPSIS))
     slg_tests = TestLoader().loadTestsFromModule(symmetric_linear_game_test)
     suite.addTest(slg_tests)
     mat_tests = TestLoader().loadTestsFromModule(matrices_test)