Skip to content

Instantly share code, notes, and snippets.

@natea
Created June 22, 2011 10:55
Show Gist options
  • Save natea/1039864 to your computer and use it in GitHub Desktop.
Save natea/1039864 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
..........................................
----------------------------------------------------------------------
Ran 42 tests in 9.138s
OK
Destroying test database...
[localhost] run: git add -p && git commit
<interactive Git add / git commit edit message session>
Done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment