Guest User

Untitled

a guest
Jun 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. (django-dev)~/Code/git/django [git:master] $ time python tests/runtests.py --settings=django_testing.sqlite -v1 staticfiles_tests
  2. Creating test database 'default'...
  3. Creating test database 'other'...
  4. Destroying old test database 'other'...
  5. ....................................
  6. ----------------------------------------------------------------------
  7. Ran 36 tests in 1.198s
  8.  
  9. OK
  10. Destroying test database 'default'...
  11. Destroying test database 'other'...
  12.  
  13. real 0m1.768s
  14. user 0m1.095s
  15. sys 0m0.623s
Add Comment
Please, Sign In to add comment