From 3479b5e9a0059965cbbcbdd4e1a7ca94025aa99c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 24 Feb 2010 22:19:42 -0500 Subject: Spaces --- howto.txt | 2 +- test/test_process.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/howto.txt b/howto.txt index 4923ff2..9c19577 100644 --- a/howto.txt +++ b/howto.txt @@ -17,7 +17,7 @@ cd C:\ned\cog\trunk rmdir/s/q htmlcov coverage run --branch cogapp\test_cogapp.py CogTestsInMemory - coverage html -i + coverage html -i copy/y htmlcov\*.* C:\ned\coverage\trunk\doc\sample_html - Build and publish docs: $ make px publish diff --git a/test/test_process.py b/test/test_process.py index 6198f52..aadf275 100644 --- a/test/test_process.py +++ b/test/test_process.py @@ -173,7 +173,7 @@ class ProcessTest(CoverageTest): def test_code_exits(self): self.make_file("exit.py", """\ - import sys + import sys def f1(): print("about to exit..") sys.exit(17) -- cgit v1.2.1