removed httpd_test and wsgi_test from the list of tests skipped by default

This commit is contained in:
Denis Bilenko
2008-12-10 19:34:44 +06:00
parent f1cc452dea
commit 309e19e45c

View File

@@ -18,7 +18,7 @@ PARSE_PERIOD = 10
# the following aren't in the default list unless --all option present # the following aren't in the default list unless --all option present
NOT_HUBS = set(['nginx']) NOT_HUBS = set(['nginx'])
NOT_REACTORS = set(['wxreactor', 'glib2reactor', 'gtk2reactor']) NOT_REACTORS = set(['wxreactor', 'glib2reactor', 'gtk2reactor'])
NOT_TESTS = set(['test_threading_green.py', 'httpd_test.py', 'wsgi_test.py']) NOT_TESTS = set(['test_threading_green.py'])
def w(s): def w(s):
sys.stderr.write("%s\n" % (s, )) sys.stderr.write("%s\n" % (s, ))