mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Simplify
This commit is contained in:
@@ -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" ):
|
||||
|
||||
Reference in New Issue
Block a user