Open teeberg opened 8 years ago
This allows running tests from __init__.py files specifically, e.g.
__init__.py
nosetests tests.__init__
This is not equivalent to running
nosetests tests
which would run all other files in that folder and subfolders as well.
I have to admit I don't fully understand why this code that I removed was there, so please let me know if this breaks something that I'm not aware of!
This allows running tests from
__init__.py
files specifically, e.g.This is not equivalent to running
which would run all other files in that folder and subfolders as well.
I have to admit I don't fully understand why this code that I removed was there, so please let me know if this breaks something that I'm not aware of!