Created
August 25, 2011 06:25
-
-
Save sourcerebels/1170101 to your computer and use it in GitHub Desktop.
Python nosy configuration file
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
[nosy] | |
# Paths to check for changed files; changes cause nose to be run | |
base_path = ./ | |
glob_patterns = *.py | |
exclude_patterns = *_flymake.* | |
extra_paths = sample.cfg | |
# Command line options to pass to nose | |
options = -x --with-growl | |
# Command line arguments to pass to nose; e.g. part of test suite to run | |
tests = *Test*.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment