summaryrefslogtreecommitdiff
path: root/test/test_execfile.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-09 21:10:17 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-09 21:10:17 -0400
commit001ce91c5d1dc346214997d9f5502460eefb021a (patch)
tree87ed2cc75f6564f17b7ccb052d6f08d53efe0622 /test/test_execfile.py
parent293fcba134b982d124bbbac4dbfea7dcb35be977 (diff)
downloadpython-coveragepy-001ce91c5d1dc346214997d9f5502460eefb021a.tar.gz
More docstrings
Diffstat (limited to 'test/test_execfile.py')
-rw-r--r--test/test_execfile.py1
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")