Mon May 1 13:21:39 2006
Ticket #53 (Closed: fixed)
plugin import errors kill test run
| Priority: | normal | Reporter: | jpellerin |
|---|---|---|---|
| Severity: | major | Assigned to: | jpellerin |
| Component: | nose:plugins | Status: | closed |
| Version: | 0.9 | Resolution: | fixed |
| Milestone: | 0.9a2 | Keywords: | defect |
Description by jpellerin:
Plugin import errors need to be reduced to warnings, since the import happens before users have a chance to disable the plugin.
Example: If profile module is not installed, nosetests exits with exception without running any tests.
Changelog
Tue May 2 17:04:33 2006: Modified by jpellerin
- milestone changed from 0.9 to 0.9a2
- status changed from new to assigned
Mon May 8 21:06:52 2006: Modified by jpellerin
- resolution set to fixed
- status changed from assigned to closed

Fixed in [36]