Skip to content

Commit

Permalink
allow passing parameters to runtests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Feb 13, 2024
1 parent e09803d commit 08ae8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from django.core.management import execute_from_command_line

os.environ['DJANGO_SETTINGS_MODULE'] = 'tests.settings'
execute_from_command_line([sys.argv[0], 'test'])
execute_from_command_line([sys.argv[0], 'test'] + sys.argv[1:])

0 comments on commit 08ae8a8

Please sign in to comment.