Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 2 commits
  • 1 file changed
  • 0 commit comments
  • 2 contributors
Commits on Nov 11, 2011
Commits on Jan 03, 2015
Merge pull request #12 from ralphbean/master
Update to nose plugin based on nose docs.
Showing with 1 addition and 1 deletion.
  1. +1 −1 pylons/test.py
View
@@ -42,7 +42,7 @@ class PylonsPlugin(nose.plugins.Plugin):
enableOpt = 'pylons_config'
name = 'pylons'
def add_options(self, parser, env=os.environ):
def options(self, parser, env=os.environ):
"""Add command-line options for this plugin"""
env_opt = 'NOSE_WITH_%s' % self.name.upper()
env_opt.replace('-', '_')

No commit comments for this range