Wed Oct 4 17:20:30 2006
Ticket #96 (Closed: worksforme)
Names of modules in test packages
| Priority: | normal | Reporter: | guest |
|---|---|---|---|
| Severity: | minor | Assigned to: | jpellerin |
| Component: | nose | Status: | closed |
| Version: | Resolution: | worksforme | |
| Milestone: | 0.9.1 | Keywords: |
Description by guest:
Test packages are not documented very well. It seems all modules living in a test package are automatically considered test modules, irrespective whether their names match the testMatch regular expression or not. Is this by design? At least it should be documented.
Changelog
Mon Oct 9 18:06:34 2006: Modified by jpellerin
- milestone set to 0.9.1
- status changed from new to assigned
Tue Oct 10 16:50:12 2006: Modified by jpellerin
- resolution set to worksforme
- status changed from assigned to closed
I am not able to reproduce this behavior. Closing as worksforme. If you have an example case showing the error, please attach it and reopen the ticket.

That (all modules in a test package loaded as test modules) is certainly not the intended behavior. I'll look into it, but more details (python and nose versions, an example disk layout showing the behavior) would be very helpful.