Skip to content

Instantly share code, notes, and snippets.

@jmaher
Created October 23, 2009 01:01
Show Gist options
  • Save jmaher/216508 to your computer and use it in GitHub Desktop.
Save jmaher/216508 to your computer and use it in GitHub Desktop.
acintosh-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 13, in setup_module
createdb(db)
File "build/bdist.macosx-10.5-i386/egg/couchquery/__init__.py", line 298, in createdb
AssertionError:
-------------------- >> begin captured stdout << ---------------------
doing test
--------------------- >> end captured stdout << ----------------------
----------------------------------------------------------------------
Ran 0 tests in 0.004s
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