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
commit8fbe22896bff70a8c72116eb222cd317f6db36d0 (patch)
tree51a29812bb67f8eec0bbf8bca240b0b93caa7c2c /test/test_execfile.py
parent1f7fcec9352691a6e7a90c20e13dc59b65865030 (diff)
downloadpython-coveragepy-git-8fbe22896bff70a8c72116eb222cd317f6db36d0.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 de1a575c..eae227a1 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")