Changeset 115
- Timestamp:
- 12/02/05 19:56:29
- Files:
-
- trunk/test/zoo_fixture.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/test/zoo_fixture.py
r114 r115 627 627 arena.create_storage(cls) 628 628 629 629 630 def teardown(): 630 631 """Tear down storage for Zoo classes.""" … … 644 645 setup(SM_class, opts) 645 646 suite = unittest.TestLoader().loadTestsFromTestCase(ZooTests) 647 startTime = datetime.datetime.now() 646 648 tools.djvTestRunner.run(suite) 649 print "Ran zoo suite in:", (datetime.datetime.now() - startTime) 647 650 finally: 648 651 teardown()
