summaryrefslogtreecommitdiff
path: root/functional_tests/test_program.py
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-04-10 21:50:35 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-04-10 21:50:35 +0000
commit368bd98c8fc9e1e85910263fb22ee90f0bf2c7c1 (patch)
treea26ba1f5bb082d1a4b384c279a2e36e32121e877 /functional_tests/test_program.py
parent00adb580f9801bf3b704f22cb72c98cbf438b42e (diff)
downloadnose-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.py2
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