Created
February 27, 2012 02:33
-
-
Save gregorynicholas/1920878 to your computer and use it in GitHub Desktop.
Command for the NOSE test runner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--tests=$TEST_FILE to add a specific file