Skip to content

Instantly share code, notes, and snippets.

@jezdez
Created October 21, 2010 15:48
Show Gist options
  • Select an option

  • Save jezdez/638737 to your computer and use it in GitHub Desktop.

Select an option

Save jezdez/638737 to your computer and use it in GitHub Desktop.
(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