diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-12-21 07:58:40 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-12-21 07:58:40 -0500 |
commit | 8ab5ac1c524ed0423bbfb655d2e3c7d4cc4902f3 (patch) | |
tree | a39ad38b5cd6be93c916de8c05f75bf40847b21e | |
parent | 6b93934fa276d6b278a38d267f2fc418e6e261cd (diff) | |
download | python-coveragepy-git-8ab5ac1c524ed0423bbfb655d2e3c7d4cc4902f3.tar.gz |
runpy could be another good replacement for home-grown code.
-rw-r--r-- | TODO.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ Key: + try/except/finally - with assertRaises + exec statement can look like a function in py2 (since when?) + - runpy ? + Remove code only run on <2.6 - Change data file to json |