diff options
| author | Jason Pellerin <jpellerin@gmail.com> | 2007-04-10 21:50:35 +0000 |
|---|---|---|
| committer | Jason Pellerin <jpellerin@gmail.com> | 2007-04-10 21:50:35 +0000 |
| commit | 368bd98c8fc9e1e85910263fb22ee90f0bf2c7c1 (patch) | |
| tree | a26ba1f5bb082d1a4b384c279a2e36e32121e877 /functional_tests/test_program.py | |
| parent | 00adb580f9801bf3b704f22cb72c98cbf438b42e (diff) | |
| download | nose-368bd98c8fc9e1e85910263fb22ee90f0bf2c7c1.tar.gz | |
Implemented config file support (#18) based on patch from Antoine Pitrou.
Diffstat (limited to 'functional_tests/test_program.py')
| -rw-r--r-- | functional_tests/test_program.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functional_tests/test_program.py b/functional_tests/test_program.py index 614ea34..ab6cd64 100644 --- a/functional_tests/test_program.py +++ b/functional_tests/test_program.py @@ -56,6 +56,8 @@ class TestTestProgram(unittest.TestCase): assert res.wasSuccessful assert not res.errors assert not res.failures + + if __name__ == '__main__': import logging |
