X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2F__init__.py;h=074b2b13b3a24fe1c94447ce317e9781ac35d517;hb=5bcb67b592ff12a57f7cb9803305c380342ef71c;hp=2188fa60d44401d1293a6e178ba4d7c1225ddda1;hpb=cb34e104961ce1da242017a0e5ebf60c3fe18a1d;p=dunshire.git diff --git a/test/__init__.py b/test/__init__.py index 2188fa6..074b2b1 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -26,7 +26,7 @@ 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)) slg_tests = TestLoader().loadTestsFromModule(symmetric_linear_game_test)