Created
October 21, 2010 15:48
-
-
Save jezdez/638737 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| (django-dev)~/Code/git/django [git:master] $ time python tests/runtests.py --settings=django_testing.sqlite -v1 staticfiles_tests | |
| Creating test database 'default'... | |
| Creating test database 'other'... | |
| Destroying old test database 'other'... | |
| .................................... | |
| ---------------------------------------------------------------------- | |
| Ran 36 tests in 1.198s | |
| OK | |
| Destroying test database 'default'... | |
| Destroying test database 'other'... | |
| real 0m1.768s | |
| user 0m1.095s | |
| sys 0m0.623s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment