Guest User

Untitled

a guest
Apr 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. acintosh-6:tests joelmaher$ nosetests .
  2. E
  3. ======================================================================
  4. ERROR: test suite for <module 'tests' from '/Users/joelmaher/git/testbot/tests/__init__.pyc'>
  5. ----------------------------------------------------------------------
  6. Traceback (most recent call last):
  7. File "/Library/Python/2.5/site-packages/nose-0.11.1-py2.5.egg/nose/suite.py", line 183, in run
  8. self.setUp()
  9. File "/Library/Python/2.5/site-packages/nose-0.11.1-py2.5.egg/nose/suite.py", line 264, in setUp
  10. self.setupContext(ancestor)
  11. File "/Library/Python/2.5/site-packages/nose-0.11.1-py2.5.egg/nose/suite.py", line 287, in setupContext
  12. try_run(context, names)
  13. File "/Library/Python/2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 485, in try_run
  14. return func(obj)
  15. File "/Users/joelmaher/git/testbot/tests/__init__.py", line 13, in setup_module
  16. createdb(db)
  17. File "build/bdist.macosx-10.5-i386/egg/couchquery/__init__.py", line 298, in createdb
  18. AssertionError:
  19. -------------------- >> begin captured stdout << ---------------------
  20. doing test
  21.  
  22. --------------------- >> end captured stdout << ----------------------
  23.  
  24. ----------------------------------------------------------------------
  25. Ran 0 tests in 0.004s
  26.  
  27. FAILED (errors=1)
  28. Macintosh-6:tests joelmaher$
Add Comment
Please, Sign In to add comment