mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 19:52:54 +01:00
Re-enabled the part that says how many asserts there are.
This commit is contained in:
parent
b299a564ce
commit
384393d386
@ -173,5 +173,5 @@ if __name__ == '__main__':
|
||||
suite = unittest.defaultTestLoader.loadTestsFromNames(names)
|
||||
runner = unittest.TextTestRunner(verbosity=2)
|
||||
runner.run(suite)
|
||||
## print 'Total asserts: %s' % unittest.asserts
|
||||
## world.testing = False
|
||||
print 'Total asserts: %s' % unittest.asserts
|
||||
world.testing = False
|
||||
|
Loading…
Reference in New Issue
Block a user