]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - test/__init__.py
Add more doctest examples to the randomgen module.
[dunshire.git] / test / __init__.py
index 074b2b13b3a24fe1c94447ce317e9781ac35d517..0f6f15c665da78f61effd04e9159e5bf50b9ef56 100644 (file)
@@ -28,7 +28,7 @@ def build_suite():
     suite.addTest(DocTestSuite(games, 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)