Created
March 24, 2014 05:40
-
-
Save bgarcial/9734721 to your computer and use it in GitHub Desktop.
This file contains 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
course)bgarcial@el-pug:~/python_Devel/course/proyecto_clase2$ python manage.py test app | |
Creating test database for alias 'default'... | |
E | |
====================================================================== | |
ERROR: proyecto_clase2.app.tests (unittest.loader.ModuleImportFailure) | |
---------------------------------------------------------------------- | |
ImportError: Failed to import test module: proyecto_clase2.app.tests | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/unittest/loader.py", line 252, in _find_tests | |
module = self._get_module_from_name(name) | |
File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name | |
__import__(name) | |
ImportError: No module named app.tests | |
---------------------------------------------------------------------- | |
Ran 1 test in 0.000s | |
FAILED (errors=1) | |
Destroying test database for alias 'default'... | |
(course)bgarcial@el-pug:~/python_Devel/course/proyecto_clase2$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment