Commit Graph

97 Commits

Author SHA1 Message Date
Tim Cuthbertson 24b55438f7 redirect to JBKahn's repo 2016-04-13 18:38:32 +10:00
Tim Cuthbertson 9c636cf56a Merge pull request #29 from JBKahn/master
Remove hacky stream watcher to improve compatibility
2016-04-13 08:23:00 +10:00
Joseph Kahn 7a4114c2e0 Support test ids from nose test ids. 2016-04-10 15:53:01 -04:00
Joseph Kahn 7ef82367db Add test numbers and printing order back 2016-04-10 15:11:13 -04:00
Joseph Kahn 61573e2fda Update to work with all the tests in the rednose repo 2016-04-10 14:41:53 -04:00
Joseph Kahn 29f879908f Update rednose.py 2016-04-10 14:19:48 -04:00
Joseph Kahn ea5196a2a2 Update readme.rst 2016-04-10 14:02:05 -04:00
Joseph Kahn e60e5c73ec spelling 2016-04-10 13:54:24 -04:00
Joseph Kahn f05eeaafd7 CR comments and a few other changes 2016-04-10 13:52:22 -04:00
Joseph Kahn 50336a98dc Update rednose to no longer monitor output stream 2016-04-09 17:56:07 -04:00
Joseph Kahn 3276b5dbdb Nose status blacklist E-> X and add S 2016-04-08 10:24:33 -04:00
Joseph Kahn 06919ed0a4 Catch failed and exceptions as well for hacky balcklist 2016-04-08 10:15:56 -04:00
Joseph Kahn e266b2476c Make compatible with nose timer 2016-04-08 10:11:52 -04:00
Tim Cuthbertson 1368ff79bd add github link, fixes #27 2015-06-20 11:15:30 +10:00
Tim Cuthbertson 325409a021 0.4.3 2015-06-14 15:00:55 +10:00
Tim Cuthbertson 16e6cbcb6d 0.4.2 2015-06-13 18:26:01 +10:00
Tim Cuthbertson 5a04018b1f use colorama on windows 2015-06-13 18:21:28 +10:00
Tim Cuthbertson 111c2b60b5 make to_unicode attempt utf8 fallback on non-string types 2014-09-14 11:06:13 +10:00
Tim Cuthbertson ee24a96758 Merge pull request #24 from 1tush/master
Coerce byte strings to utf8 by default in python2
2014-09-14 10:54:58 +10:00
Георгий Дюльдин 2dc6824901 Fix to_unicode convert if argument is not string 2014-08-05 17:11:56 +04:00
Георгий Дюльдин 9d14688de6 Change to_unicode behavior with python2 2014-07-30 17:19:05 +04:00
Tim Cuthbertson 68f4e3a628 highlight line numbers in bold/cyan (closes #23) 2014-02-18 11:56:09 +11:00
Tim Cuthbertson d3e93ad380 gitignore 2013-08-30 18:18:29 +10:00
Tim Cuthbertson 4bc531b7e0 update pypi task 2013-08-30 18:12:52 +10:00
Tim Cuthbertson d2bc28d1d4 version bump 2013-08-30 18:11:15 +10:00
Tim Cuthbertson 7f46b85040 regenerate setup.py, fixes #21 2013-08-30 18:10:29 +10:00
Tim Cuthbertson dcb0d4b212 Merge pull request #19 from NorthIsUp/versionbump
bump version to 0.4.0
2013-08-22 05:25:16 -07:00
Adam Hitchcock d7f53b58a8 bump version to 0.4.0 2013-08-21 10:34:22 -07:00
Tim Cuthbertson 8cffb47eb5 merged pr/18, except for wrap-removal 2013-08-14 13:45:53 +10:00
Tim Cuthbertson 82bfd628a6 updated makefile targets to just run `redo` 2013-08-14 13:36:43 +10:00
Tim Cuthbertson 377b140c1d more build stuff 2013-08-14 09:22:10 +10:00
Tim Cuthbertson cf33b250a6 add core command to test specific implementation 2013-08-14 08:51:17 +10:00
Tim Cuthbertson 1e03b4772f build stuff 2013-08-14 08:51:17 +10:00
Tim Cuthbertson 58a4d36565 Merge pull request #17 from NorthIsUp/dont_block_other_plugin_output
Don't block other plugings from running their 'report' phase
2013-08-13 15:48:10 -07:00
Adam Hitchcock c66b37c92b Don't block other plugings from running their 'report' phase 2013-08-13 10:53:12 -04:00
Tim Cuthbertson 48246acf84 0.3.3 2012-06-04 22:09:53 +10:00
Tim Cuthbertson a3ce77ac88 fall back to repr() when we can't actually decode a failure message, fixes #14 2012-06-04 22:08:54 +10:00
gfxmonk 8ba7bb63ae restricted versions prior to 0.3.2 to python2 2012-03-18 21:32:07 +11:00
gfxmonk e2c1df9e0a got 0test working with python 2&3; rednose verifiably works in both 2012-03-17 23:32:49 +11:00
gfxmonk a072934e28 0.3.2 2012-03-12 22:08:21 +11:00
gfxmonk 0c17fc4366 integrate the changes from the fix_encoding branch, with ostensible (but untested as yet) python 3 compatibility 2012-03-12 21:41:04 +11:00
gfxmonk c1bb22b3cd 0.3.1 2012-03-11 20:33:37 +11:00
gfxmonk 68198c92a4 move skip detection to afterTest(), otherwise the last test in a suite doesn't get skipped properly 2012-03-11 17:36:22 +11:00
gfxmonk 740082772d 0.3 2012-02-22 20:26:46 +11:00
gfxmonk e82d315d25 Implemented workaround for output writing, closes #2
allow output that does not belong to unittest or
nosetest's runner through to output stream
(notably: coverage reports)
2012-02-22 20:25:11 +11:00
gfxmonk d94a5fa774 lower the score beneath the coverage module to partially address issue #2, please file a bug if this breaks anything for you 2012-02-20 21:41:17 +11:00
gfxmonk fdea714d24 0.2.6 2011-12-04 16:19:24 +11:00
gfxmonk edecc17b7e fix environment variable option handling 2011-12-04 16:17:11 +11:00
gfxmonk 760eca8e8a make text use default colour instead of black 2011-10-15 11:20:46 +11:00
gfxmonk 1e8c7cc67c 0.2.5 2011-08-08 18:16:09 +10:00