+42
−13
+4
−1
+6
−1
Loading
Implementing a great suggestion from teor for an --exclude-test argument... https://github.com/torproject/stem/issues/53 This can be used to skip both modules... % run_tests.py --unit --exclude-test interpreter.commands [ runs all the tests except the interpreter.commands module ] ... and individual tests... % run_tests.py --unit --test interpreter.commands --exclude-test interpreter.commands.test_events --verbose [ only runs interpreter.commands tests, but skips test_events ]