[POS-commit] r5367 - kiwi/trunk/kiwi/ui/test
Johan Dahlin
jdahlin at async.com.br
Tue Nov 21 15:00:22 BRST 2006
Author: jdahlin
Date: Tue Nov 21 15:00:22 2006
New Revision: 5367
Modified:
kiwi/trunk/kiwi/ui/test/recorder.py
Log:
Make the run: part of the recorded script a doctest comment
Modified: kiwi/trunk/kiwi/ui/test/recorder.py
==============================================================================
--- kiwi/trunk/kiwi/ui/test/recorder.py (original)
+++ kiwi/trunk/kiwi/ui/test/recorder.py Tue Nov 21 15:00:22 2006
@@ -482,7 +482,7 @@
except IOError:
raise SystemExit("Could not write: %s" % self._filename)
fd.write("... -*- Mode: doctest -*-\n")
- fd.write("run: %s\n" % ' '.join(self._args))
+ fd.write("... run: %s\n" % ' '.join(self._args))
fd.write(">>> from kiwi.ui.test.runner import runner\n")
fd.write(">>> runner.start()\n")
More information about the POS-commit
mailing list