* morituri/common/task.py:

Allow a SyncRunner to be constructed with verbose too.
	  Separate a 'running' verbose mode from that.
	  Fixes unwanted test output.
	* morituri/test/test_image_image.py:
	  Run without verbosity.
This commit is contained in:
Thomas Vander Stichele
2009-04-25 10:02:51 +00:00
parent a4cb2cfe42
commit 837005d565
3 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
2009-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/task.py:
Allow a SyncRunner to be constructed with verbose too.
Separate a 'running' verbose mode from that.
Fixes unwanted test output.
* morituri/test/test_image_image.py:
Run without verbosity.
2009-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/test/test_image_image.py: