Thu Mar 23 19:11:37 2006
Ticket #23 (Closed: fixed)
refactor: revise for better unittest compatibility
| Priority: | highest | Reporter: | jpellerin |
|---|---|---|---|
| Severity: | normal | Assigned to: | jpellerin |
| Component: | nose | Status: | closed |
| Version: | 1.0 | Resolution: | fixed |
| Milestone: | 0.9a1 | Keywords: | refactor |
Description by jpellerin:
Refactor implemenation for a better fit with the slots provided.
Ideas:
- LazySuite? replaces collector
- Move loading from TestCollector?, TestModule?, etc into loader
- Loader gets selector
- Loader instantiates LazySuites? and passes itself to them
Add more details to this ticket.
Changelog
Thu Mar 23 20:50:11 2006: Modified by jpellerin
- milestone changed from 1.0 to 0.9a1
- status changed from new to assigned
Fri Mar 24 18:29:21 2006: Modified by jpellerin
- priority changed from normal to highest
Sun Mar 26 22:48:12 2006: Modified by jpellerin
- resolution set to fixed
- status changed from assigned to closed

Implemented in [14]