Skip to content

Instantly share code, notes, and snippets.

@sourcerebels
Created August 25, 2011 06:25
Show Gist options
  • Save sourcerebels/1170101 to your computer and use it in GitHub Desktop.
Save sourcerebels/1170101 to your computer and use it in GitHub Desktop.
Python nosy configuration file
[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