nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 397 forks source link

Nosetest fails where pytest works #1103

Open CiaranWelsh opened 4 years ago

CiaranWelsh commented 4 years ago

When using nosetests run tests in this project I get errors. I'm usng the command nosetests --with-coverage. The same tests without any changes works howevere using pytest. I've switched to them for now but thought I should post an issue to make you aware of the problem.