Update runtests.py

This commit is contained in:
NadavK 2014-04-08 12:46:01 +03:00
parent 63a6d6b778
commit 09c2d7fe38

View File

@ -43,7 +43,6 @@ def main():
test_module_name = 'rest_framework.tests'
if django.VERSION[0] == 1 and django.VERSION[1] < 6:
test_module_name = 'tests'
print test_module_name + test_case
failures = test_runner.run_tests([test_module_name + test_case])
sys.exit(failures)