Skip to content

Instantly share code, notes, and snippets.

@gregorynicholas
Created February 27, 2012 02:33
Show Gist options
  • Save gregorynicholas/1920878 to your computer and use it in GitHub Desktop.
Save gregorynicholas/1920878 to your computer and use it in GitHub Desktop.
Command for the NOSE test runner
#
# variable for the root folder for the project, expected that "src" dir
# sites underneath the root.
#
# ex: APPROOT=/users/<username>/sites/<projectname>
#
APPROOT=''
nosetests \
--config=$APPROOT/.noserc \
--where=$APPROOT/src/test \
--gae-application=$APPROOT/src/
@ali123
Copy link

ali123 commented Feb 27, 2012

--tests=$TEST_FILE to add a specific file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment