Add support for pool/db fixtures, outuput match prepare.

This commit is contained in:
Andrey Smirnov
2014-01-24 14:12:52 +04:00
parent 121f93957d
commit 86f3a0b463
2 changed files with 32 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ def run(include_long_tests=False):
continue
t = o()
if t.longTest and not include_long_tests:
if t.longTest and not include_long_tests or not t.fixture_available():
numSkipped += 1
continue