nose-devs / nose

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

Fix compatibility with Python 3.6 #1029

Closed torsava closed 7 years ago

torsava commented 7 years ago

Python 3.6 returns ModuleNotFoundError instead of the previous ImportError.