Skip to content

Commit

Permalink
Only run the tests once.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmay committed Nov 6, 2015
1 parent e28eee5 commit c4b7698
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests.py
Expand Up @@ -44,8 +44,7 @@ def run_tests(settings):
if django.VERSION < (1, 7):
failures = test_runner.run_tests(['auth', 'guardian', 'testapp'])
else:
failures = test_runner.run_tests([
'guardian', 'guardian.testapp'])
failures = test_runner.run_tests(['guardian'])
return failures

def main():
Expand Down

0 comments on commit c4b7698

Please sign in to comment.