Re-enabled the part that says how many asserts there are.

This commit is contained in:
Jeremy Fincher 2003-08-17 06:25:41 +00:00
parent b299a564ce
commit 384393d386
1 changed files with 2 additions and 2 deletions

View File

@ -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