summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-07-06 22:23:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-07-06 22:23:35 -0400
commitfd48cb77591c6aaab5c3321947c160385ebdee89 (patch)
treef6f72d60c9af957faa56c0c8e9caf7c2e2348972 /TODO.txt
parentb9847c054f10ff46d32062497da5bc784486ff1c (diff)
downloadpython-coveragepy-git-fd48cb77591c6aaab5c3321947c160385ebdee89.tar.gz
Beef up the instructions for making the sample_html in docs, and make the latest sample_html
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 3e31ab3b..6c684550 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -179,7 +179,12 @@ x Tests about the "import __main__" in cmdline.py
- Version number in coverage/__init__.py:__version__
- Update CHANGES, including release date.
- Update docs
- - Generate new sample_html to get the latest, incl footer version number.
+ - Generate new sample_html to get the latest, incl footer version number:
+ cd C:\ned\cog\trunk
+ rmdir/s/q htmlcov
+ coverage -e -x cogapp\test_cogapp.py CogTestsInMemory
+ coverage -b -i -d htmlcov
+ copy htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html
- Kits:
- source .tgz and windows .exe for each Python
- $ allkits.cmd