diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-09 21:10:17 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-09 21:10:17 -0400 |
commit | 001ce91c5d1dc346214997d9f5502460eefb021a (patch) | |
tree | 87ed2cc75f6564f17b7ccb052d6f08d53efe0622 /test/test_execfile.py | |
parent | 293fcba134b982d124bbbac4dbfea7dcb35be977 (diff) | |
download | python-coveragepy-001ce91c5d1dc346214997d9f5502460eefb021a.tar.gz |
More docstrings
Diffstat (limited to 'test/test_execfile.py')
-rw-r--r-- | test/test_execfile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_execfile.py b/test/test_execfile.py index de1a575..eae227a 100644 --- a/test/test_execfile.py +++ b/test/test_execfile.py @@ -8,6 +8,7 @@ from coveragetest import CoverageTest here = os.path.dirname(__file__) class RunTest(CoverageTest): + """Test cases for `run_python_file`.""" def test_run_python_file(self): tryfile = os.path.join(here, "try_execfile.py") |