Skip to content

Releases: JBKahn/rednose

1.3.0

12 Feb 14:55
8a280ce
Compare
Choose a tag to compare
  • Add NOSE_REDNOSE_HIDE_SKIPS environment variable.
    * Fix NOSE_REDNOSE environment variable.
    * Added LICENCE file
    * Allow using rednose with multiprocess.

1.2.2

21 Feb 02:21
Compare
Choose a tag to compare
  • Fix bug for skips raised in setUpClass (issue #9).

1.1.1

20 Apr 14:59
Compare
Choose a tag to compare
  • v1.1.1
    • Fix for immediate broken with recent release when I switched API ussage and removed an function.

1.1.0

18 Apr 21:52
Compare
Choose a tag to compare
  • 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

16 Apr 22:01
Compare
Choose a tag to compare
  • 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