Skip to content

Instantly share code, notes, and snippets.

@marcgibbons
Created March 27, 2013 18:51
Show Gist options
  • Save marcgibbons/5256974 to your computer and use it in GitHub Desktop.
Save marcgibbons/5256974 to your computer and use it in GitHub Desktop.
Preferred settings for django nose
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
SOUTH_TESTS_MIGRATE = False
NOSE_ARGS = ['--nocapture', '--nologcapture']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment