summaryrefslogtreecommitdiff
path: root/test/test_execfile.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-10-16 06:09:55 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-10-16 06:09:55 -0400
commitfd10b36d21e578508a564e0c6828723ba30de7ec (patch)
tree750d704256b5dbde5f09ad0820be970eada6a320 /test/test_execfile.py
parentede9a9223f358eb19dcca0302f199e1045b6b7d9 (diff)
downloadpython-coveragepy-git-fd10b36d21e578508a564e0c6828723ba30de7ec.tar.gz
CamelCase looks weird, switch to underscore_separated.
Diffstat (limited to 'test/test_execfile.py')
-rw-r--r--test/test_execfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_execfile.py b/test/test_execfile.py
index d4fe2245..1dde7054 100644
--- a/test/test_execfile.py
+++ b/test/test_execfile.py
@@ -41,7 +41,7 @@ class RunTest(CoverageTest):
def test_no_extra_file(self):
# Make sure that running a file doesn't create an extra compiled file.
- self.makeFile("xxx", """\
+ self.make_file("xxx", """\
desc = "a non-.py file!"
""")