Created
June 22, 2011 10:55
-
-
Save natea/1039864 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
$ 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