Skip to content

Instantly share code, notes, and snippets.

@bgarcial
Created March 24, 2014 05:40
Show Gist options
  • Save bgarcial/9734721 to your computer and use it in GitHub Desktop.
Save bgarcial/9734721 to your computer and use it in GitHub Desktop.
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