Changeset 1399
- Timestamp:
- 10/14/06 16:46:03
- Files:
-
- trunk/cherrypy/test/test.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test.py
r1398 r1399 349 349 'test_objectmapping', 350 350 'test_misc_tools', 351 'test_routes',352 351 'test_static', 353 352 'test_tutorials', … … 360 359 'test_wsgi_ns', 361 360 ] 361 362 try: 363 import routes 364 testList.append('test_routes') 365 except ImportError: 366 pass 367 362 368 clp = CommandLineParser(testList) 363 369 success = clp.run()

