Mercurial > hgsubversion
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 726:8d36054b04ed | 727:e830b592917b |
|---|---|
| 1 import optparse | 1 import optparse |
| 2 import os | 2 import os |
| 3 import sys | 3 import sys |
| 4 import unittest | 4 import unittest |
| 5 | |
| 6 import test_util | |
| 7 test_util.SkipTest = None | |
| 5 | 8 |
| 6 def tests(): | 9 def tests(): |
| 7 import test_binaryfiles | 10 import test_binaryfiles |
| 8 import test_diff | 11 import test_diff |
| 9 import test_externals | 12 import test_externals |
