Skip to content

Instantly share code, notes, and snippets.

@zyluo
Created December 19, 2011 13:29
Show Gist options
  • Save zyluo/1497239 to your computer and use it in GitHub Desktop.
Save zyluo/1497239 to your computer and use it in GitHub Desktop.
nova run_tests.sh test_db_api
Failure
runTest ERROR
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 'test_db_api')
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/joko/git/nova/.venv/local/lib/python2.7/site-packages/nose/loader.py", line 379, in loadTestsFromName
module = resolve_name(addr.module)
File "/home/joko/git/nova/.venv/local/lib/python2.7/site-packages/nose/util.py", line 331, in resolve_name
obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_db_api'
----------------------------------------------------------------------
Ran 1 test in 0.001s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment