Tue Apr 18 10:02:55 2006
Ticket #47 (assigned)
optimize startup time for lib/ test/ and package/ test/ cases
| Priority: | normal | Reporter: | jpellerin |
|---|---|---|---|
| Severity: | normal | Assigned to: | jpellerin (accepted) |
| Component: | nose | Status: | assigned |
| Version: | Resolution: | ||
| Milestone: | Keywords: | optimization |
Description by jpellerin:
Startup time for layouts like:
- lib/ - test/
Or:
- package/ - test/
Is very bad, since nose examines everyting in package/ and lib/ before looking in test/. This should be fixable, since it's only looking in the libs first to be sure that their root dirs are in sys.path before the tests are loaded.
Changelog
Tue Apr 18 10:22:57 2006: Modified by jpellerin
- description changed.
- status changed from new to assigned
Thu Jun 22 18:32:01 2006: Modified by jpellerin
- milestone cleared
- version cleared
