[SCM] morituri/master: * morituri/test/common.py: Make tests log.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:44 UTC 2014


The following commit has been merged in the master branch:
commit 3dc88a4a28171ba2d6edf8d5f2444f3b9015b1e6
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Mon Nov 19 20:44:30 2012 +0000

    	* morituri/test/common.py:
    	  Make tests log.

diff --git a/ChangeLog b/ChangeLog
index 6a17ca1..c9c0879 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-11-19  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+	* morituri/test/common.py:
+	  Make tests log.
+
+2012-11-19  Thomas Vander Stichele  <thomas at apestaart dot org>
+
 	* morituri/common/common.py:
 	* morituri/image/cue.py:
 	* morituri/image/toc.py:
diff --git a/morituri/test/common.py b/morituri/test/common.py
index ce14663..d1aa8d7 100644
--- a/morituri/test/common.py
+++ b/morituri/test/common.py
@@ -39,7 +39,7 @@ def diffStrings(orig, new, desc='input'):
                  desc=desc)
 
 
-class TestCase(unittest.TestCase):
+class TestCase(log.Loggable, unittest.TestCase):
     # unittest.TestCase.failUnlessRaises does not return the exception,
     # and we'd like to check for the actual exception under TaskException,
     # so override the way twisted.trial.unittest does, without failure

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list