We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae6836 commit 9bfa77eCopy full SHA for 9bfa77e
howto.txt
@@ -17,7 +17,7 @@
17
- Generate new sample_html to get the latest, incl footer version number:
18
cd C:\ned\cog\trunk
19
rmdir/s/q htmlcov
20
- coverage run --branch --source=cogapp cogapp\test_cogapp.py CogTestsInMemory
+ coverage run --branch --source=cogapp -m cogapp.test_cogapp CogTestsInMemory
21
coverage html
22
- IF BETA:
23
copy/y htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html_beta
0 commit comments