Run all Tests in Directory Using Nose
问题 I need to be able to run all tests in the current directory by typing one line in the Linux shell. In some directories, this works fine. But in others, when I type "nosetests" no tests are run. The tests will run if I call for them individually but I need them to all run automatically. Here is one of the directories that won't work: /extwebserver __init__.py test_Detection.py test_Filesystem.py test_Hardware.py ... When I run "nosetests" in the parent directory, all tests in a certain