Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Run only django_fsm test by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kmmbvnr committed Jul 4, 2010
1 parent 59da7a5 commit efa3975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
from django.core.management import execute_manager

if len(sys.argv) == 1:
sys.argv.append('test')
sys.argv += ['test'] + list(PROJECT_APPS)
execute_manager(settings)

0 comments on commit efa3975

Please sign in to comment.