Nose update: 0.6 released
A new version of nose is up with a few bug fixes and a new feature. Get it here.
What's new
- New nosetests script. This replaces python -m nose as a means of running the module, as it is now a package, and python's -m switch can't be used with modules in packages.
- Allow specification of names on command line that are loadable but not directly loadable as modules (eg nosetests -o path/to/tests.py)
- Add optional py.test-like assert introspection. Thanks to Kevin Dangoor for the suggestion. Activate this feature with the -d switch.
- Improvements to selftest (see tests/test_fail.py and the tests in fail).
