Mon May 22 21:28:04 2006
Ticket #61 (Closed: fixed)
Attribute plugin 'OR' test doesn't work
| Priority: | normal | Reporter: | jpellerin |
|---|---|---|---|
| Severity: | normal | Assigned to: | jpellerin |
| Component: | nose:plugins | Status: | closed |
| Version: | 0.9a1 | Resolution: | fixed |
| Milestone: | 0.9b1 | Keywords: | defect |
Description by jpellerin:
nosetests -a tags=a -a tags=b should select tests that have a tags attribute with the value of 'a' or 'b' or a list containing one or both of those values, but it doesn't.
Changelog
Mon May 22 21:28:26 2006: Modified by jpellerin
- status changed from new to assigned
Wed May 24 19:04:57 2006: Modified by jpellerin
- resolution set to fixed
- status changed from assigned to closed

Fixed in [46]