Comment 0 for bug 1010579

Revision history for this message
Duncan McGreggor (oubiwann) wrote : nox and nosetests not showing consistent results

When checking glance for a bug I found in a running instance (see bug #1010560), I ran nox against the unit tests and was surprised to find that all the unit tests passed.

I then ran the same unit tests using nosetests, and the unit test that I had expected to fail, did.

This might be as simple as tox setting environments up that nosetests doesn't use. Or it could be more insidious. Regardless, probably something that should be looked into ;-)