Created
April 4, 2014 17:26
-
-
Save jamescarr/9979166 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
| root@aa14efe878b6:/zapier# ./manage.py test api | |
| nosetests api --with-xunit --verbosity=1 | |
| Creating test database for alias 'default'... | |
| E | |
| ====================================================================== | |
| ERROR: Failure: ImportError (No module named zapier) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python2.7/dist-packages/nose/loader.py", line 411, in loadTestsFromName | |
| addr.filename, addr.module) | |
| File "/usr/local/lib/python2.7/dist-packages/nose/importer.py", line 47, in importFromPath | |
| return self.importFromDir(dir_path, fqname) | |
| File "/usr/local/lib/python2.7/dist-packages/nose/importer.py", line 79, in importFromDir | |
| fh, filename, desc = find_module(part, path) | |
| ImportError: No module named zapier | |
| ---------------------------------------------------------------------- | |
| Ran 1 test in 0.005s | |
| FAILED (errors=1) | |
| Destroying test database for alias 'default'... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment