mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-05-04 16:03:43 +03:00
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 :-) )
This commit is contained in:
parent
b508ca38d4
commit
9473d17dd6
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user