summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-12 20:49:02 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-12 20:49:02 -0400
commit91ddf99e0d892517910acbab2c5edf147d1c2baa (patch)
tree9cb8c51eb8bed024a282137ea5358ce8b99202d3 /Makefile
parentf68a3407dc3f1f9f69974837e9da623152c0f05e (diff)
downloadpython-coveragepy-git-91ddf99e0d892517910acbab2c5edf147d1c2baa.tar.gz
Get the flat_rootname right for nested CodeUnits. Thanks, Christian Heimes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9cbdb1a3..e1d04bc5 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ LINTABLE_TESTS = \
test/coveragetest.py \
test/test_api.py \
test/test_cmdline.py \
+ test/test_codeunit.py \
test/test_data.py \
test/test_execfile.py \
test/test_farm.py \