Changeset 1153
- Timestamp:
- 06/21/06 01:14:21
- Files:
-
- trunk/cherrypy/test/helper.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/helper.py
r1141 r1153 115 115 if setup: 116 116 setup() 117 117 118 # The setup functions probably mounted new apps. 118 119 # Tell our server about them. … … 128 129 suite = CPTestLoader.loadTestsFromName(testmod) 129 130 CPTestRunner.run(suite) 131 132 teardown = getattr(m, "teardown_server", None) 133 if teardown: 134 teardown() 130 135 thread.interrupt_main() 131 136

