Created
March 12, 2012 22:01
-
-
Save andymccurdy/2024981 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
ERROR: Failure: ImportError (cannot import name SkipTest) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/andy/.virtualenvs/tested/lib/python2.6/site-packages/nose/loader.py", line 390, in loadTestsFromName | |
addr.filename, addr.module) | |
File "/Users/andy/.virtualenvs/tested/lib/python2.6/site-packages/nose/importer.py", line 39, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "/Users/andy/.virtualenvs/tested/lib/python2.6/site-packages/nose/importer.py", line 86, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) | |
File "/Users/andy/.virtualenvs/tested/src/secure/test_secure/tagutils/test_tag.py", line 1, in <module> | |
from unittest import TestCase, SkipTest | |
ImportError: cannot import name SkipTest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment