This commit is contained in:
Vincent Jacques
2012-10-28 18:20:14 +01:00
parent ca1e799826
commit 823f25357a
+1 -3
View File
@@ -39,9 +39,7 @@ class test( Command ):
cov.start()
import github.tests
testsResult = github.tests.run()
ok = len( testsResult.failures ) == 0 and len( testsResult.errors ) == 0
ok = github.tests.run().wasSuccessful()
if analyseCoverage:
cov.stop()
for f in glob.glob( "github/*.py" ):