Joseph Kahn
Joseph Kahn
hmmm it does seem like it works with everything but that library, the test output isn't even colored with `processes = 1`
``` [nosetests] rednose = 1 processes = 1 ``` alone breaks it.
I will look into it.
for example, ``` (rednose) josephkahn (2017-02-15 18:00:18)>~/dev/rednose (master)$ nosetests --rednose test_files/new_tests.py --processes=1 . ---------------------------------------------------------------------- Ran 1 test in 0.235s OK (rednose) josephkahn (2017-02-15 18:00:31)>~/dev/rednose (master)$ nosetests --rednose test_files/new_tests.py ...... -----------------------------------------------------------------------------...
I started taking a look and this is non-trivial so I'm not sure I'll have time to do a crazy deep dive on it, it's an artifact of a really...
I can comment all of rednose, except for ```python def prepareTestResult(self, result): # noqa """Required to prevent others from monkey patching the add methods.""" return result ``` and it still...
Fixed in here: https://github.com/JBKahn/rednose/pull/22
I'm not sure it actually works, I think it might just be you cannot use them together and it's running only one of the two now.