Thu Mar 23 21:12:25 2006
Ticket #24 (Closed: fixed)
Allow plugins to completely change test output
| Priority: | normal | Reporter: | jpellerin |
|---|---|---|---|
| Severity: | normal | Assigned to: | jpellerin |
| Component: | nose:plugins | Status: | closed |
| Version: | 1.0 | Resolution: | fixed |
| Milestone: | 1.0 | Keywords: |
Description by jpellerin:
Currently watcher plugins can report() to add to test output, but there should be a hook for plugins to take over and do all test output.
Changelog
Thu Mar 23 21:12:32 2006: Modified by jpellerin
- status changed from new to assigned
Mon Mar 27 23:04:09 2006: Modified by jpellerin
- resolution set to fixed
- status changed from assigned to closed

Implemented in [15]. See source:trunk/examples/html_plugin/htmlplug.py for example.