Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Add liveserver run attributes to django specific, so they don't get p…
Browse files Browse the repository at this point in the history
…assed down to nose
  • Loading branch information
Adam DePue committed Mar 30, 2012
1 parent 274eb8b commit 0268292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_nose/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def run_tests(self, test_labels, extra_tests=None):
nose_argv.extend(settings.NOSE_ARGS)

# Skip over 'manage.py test' and any arguments handled by django.
django_opts = ['--noinput']
django_opts = ['--noinput', '--liveserver']
for opt in BaseCommand.option_list:
django_opts.extend(opt._long_opts)
django_opts.extend(opt._short_opts)
Expand Down

0 comments on commit 0268292

Please sign in to comment.