Support for internal webserver in tests.

This commit is contained in:
Andrey Smirnov
2014-02-03 23:15:50 +04:00
parent 3a9ce36662
commit 62d3c625ed
2 changed files with 64 additions and 0 deletions
+2
View File
@@ -51,6 +51,8 @@ def run(include_long_tests=False):
else:
sys.stdout.write(colored("OK\n", color="green"))
t.shutdown()
print "TESTS: %d SUCCESS: %d FAIL: %d SKIP: %d" % (numTests, numTests - numFailed, numFailed, numSkipped)
if len(fails) > 0: