Skip to content

Commit

Permalink
Merge pull request #77 from ajragusa/master
Browse files Browse the repository at this point in the history
we were missing some tests
  • Loading branch information
ajragusa committed Oct 30, 2015
2 parents b73db40 + 0aae35f commit aae0719
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions python/t/Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
balancer_only_tests = BalancerOnlyTest.suite()
simple_balancer_only_tests = SimpleBalancerOnlyTest.suite()
inline_tests = InlineTest.suite()
#suite = unittest.TestSuite([scipasstests, simplebalancertests, balancer_only_tests, inline_tests, simple_balancer_only_tests])
suite = unittest.TestSuite([simple_balancer_only_tests])

suite = unittest.TestSuite([scipasstests, simplebalancertests, balancer_only_tests, inline_tests, simple_balancer_only_tests])

xmlrunner.XMLTestRunner(output='test-reports').run(suite)

0 comments on commit aae0719

Please sign in to comment.