Skip to content

Instantly share code, notes, and snippets.

@jmaher
Created October 23, 2009 01:12
Show Gist options
  • Save jmaher/216513 to your computer and use it in GitHub Desktop.
Save jmaher/216513 to your computer and use it in GitHub Desktop.
Macintosh-6:tests joelmaher$ nosetests .
E
======================================================================
ERROR: test suite for <module 'tests' from '/Users/joelmaher/git/testbot/tests/__init__.pyc'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Python/2.5/site-packages/nose-0.11.1-py2.5.egg/nose/suite.py", line 183, in run
self.setUp()
File "/Library/Python/2.5/site-packages/nose-0.11.1-py2.5.egg/nose/suite.py", line 264, in setUp
self.setupContext(ancestor)
File "/Library/Python/2.5/site-packages/nose-0.11.1-py2.5.egg/nose/suite.py", line 287, in setupContext
try_run(context, names)
File "/Library/Python/2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 485, in try_run
return func(obj)
File "/Users/joelmaher/git/testbot/tests/__init__.py", line 15, in setup_module
application = TestBotApplication(db)
TypeError: __init__() takes exactly 3 arguments (2 given)
----------------------------------------------------------------------
Ran 0 tests in 0.210s
FAILED (errors=1)
Macintosh-6:tests joelmaher$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment