Releases: JBKahn/rednose
Releases · JBKahn/rednose
1.3.0
- Add
NOSE_REDNOSE_HIDE_SKIPS
environment variable.
* Fix NOSE_REDNOSE
environment variable.
* Added LICENCE file
* Allow using rednose with multiprocess.
1.2.2
- Fix bug for skips raised in setUpClass (issue #9).
1.1.1
- v1.1.1
- Fix for immediate broken with recent release when I switched API ussage and removed an function.
1.1.0
- Update tests for better reporting
- fix for errors during module setup (issue #1)
- Better support for skips
- Introduce proper printing for skipped tests as well as the ability to supress them using
--hide-skips
- Test with python 3.4
1.0.0
- v1.0.0 - [!] Major Changes [!]
- [!] This release completely changes the way in which color test results are printed. It now attmepts to override the code which nose uses to print results rather than to supress those results and print them seperatly.
- [!] Package maintainer changes to JBKahn
- Use travis for testing