Skip to content

Instantly share code, notes, and snippets.

@natea
Created June 22, 2011 11:01
Show Gist options
  • Save natea/1039875 to your computer and use it in GitHub Desktop.
Save natea/1039875 to your computer and use it in GitHub Desktop.
$ fab prepare_deploy
[localhost] run: ./manage.py test my_app
Creating test database...
Creating tables
Creating indexes
.............E............................
======================================================================
ERROR: testSomething (my_project.my_app.tests.MainTests)
----------------------------------------------------------------------
Traceback (most recent call last):
[...]
----------------------------------------------------------------------
Ran 42 tests in 9.138s
FAILED (errors=1)
Destroying test database...
Fatal error: local() encountered an error (return code 2) while executing \
'./manage.py test my_app'
Aborting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment