Skip to content

Instantly share code, notes, and snippets.

Created July 16, 2013 20:39
Show Gist options
  • Save anonymous/6012447 to your computer and use it in GitHub Desktop.
Save anonymous/6012447 to your computer and use it in GitHub Desktop.
Command for running a single functional test using nosetests (with print to the console enabled)
nosetests module_name.test_file_name_withou_extension:test_name -s
# EXAMPLE
nosetests api.tests:test_create_challenge -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment