Sat Apr 8 19:49:00 2006
Ticket #36 (Closed: fixed)
loader.loadTestsFromNames behavior
| Priority: | normal | Reporter: | jpellerin |
|---|---|---|---|
| Severity: | normal | Assigned to: | jpellerin |
| Component: | nose | Status: | closed |
| Version: | 0.9 | Resolution: | fixed |
| Milestone: | 0.9a1 | Keywords: |
Description by jpellerin:
The test loader's loadTestsFromNames behavior isn't compatible with single-test-file unittest-style command lines, eg:
python unit_tests/test_loader.py TestNoseTestLoader.test_generate_func
It needs to be revised for compatibility with unittest.
Changelog
Sat Apr 8 20:21:18 2006: Modified by jpellerin
- status changed from new to assigned
Sun Apr 16 12:59:58 2006: Modified by jpellerin
- resolution set to fixed
- status changed from assigned to closed

Fixed in [23]