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
commit86f2a554175d899a227c726e9a894f8cfcba985e (patch)
tree7e90fe9e1856479918288116f360d0aead76afc1 /test/test_execfile.py
parent9ad963cf1d33fb25207ec4bac95f3ef0a005ffc8 (diff)
downloadpython-coveragepy-86f2a554175d899a227c726e9a894f8cfcba985e.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 d4fe224..1dde705 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!"
""")