Skip to content

Commit fe03258

Browse files
author
Josh Owen
committed
updated args
1 parent d9e968c commit fe03258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def runtests():
4040
django.setup()
4141

4242
from django.test.runner import DiscoverRunner
43-
test_args = ['tests']
43+
test_args = ['robots.tests']
4444
failures = DiscoverRunner(
4545
verbosity=1, interactive=True, failfast=False
4646
).run_tests(test_args)

0 commit comments

Comments
 (0)