Commit 9473d17d by markotibold

Omitting all the superfluous tests. Later on we might want a nicer way to…

Omitting all the superfluous tests. Later on we might want a nicer way to specify which apps to test, because they are now hardcoded in runtests.py. (Listdir doesn't do the trick, tried that already :-) )
parent b508ca38
...@@ -19,7 +19,7 @@ def main(): ...@@ -19,7 +19,7 @@ def main():
failures = TestRunner(None) failures = TestRunner(None)
else: else:
test_runner = TestRunner() test_runner = TestRunner()
failures = test_runner.run_tests(None) failures = test_runner.run_tests(['blogpost', 'pygments_api'])
sys.exit(failures) sys.exit(failures)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment