From 1385081fef0907c2ef0b561363de059da0faa760 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 4 May 2012 09:20:30 -0400 Subject: Cog changed, instructions for running the sample html changed as a result. --- howto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto.txt b/howto.txt index 2f5c85c..d3f8c55 100644 --- a/howto.txt +++ b/howto.txt @@ -17,7 +17,7 @@ - Generate new sample_html to get the latest, incl footer version number: cd C:\ned\cog\trunk rmdir/s/q htmlcov - coverage run --branch --source=cogapp cogapp\test_cogapp.py CogTestsInMemory + coverage run --branch --source=cogapp -m cogapp.test_cogapp CogTestsInMemory coverage html - IF BETA: copy/y htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html_beta -- cgit v1.2.1