diff tests/run.py @ 727:e830b592917b

tests: fix test skipping in pure unittest
author Augie Fackler <durin42@gmail.com>
date Fri, 08 Oct 2010 13:58:26 -0500
parents 69c0e7c4faf9
children 312b37bc5e20
line wrap: on
line diff
--- a/tests/run.py
+++ b/tests/run.py
@@ -3,6 +3,9 @@ import os
 import sys
 import unittest
 
+import test_util
+test_util.SkipTest = None
+
 def tests():
     import test_binaryfiles
     import test_diff