Skip to content

Instantly share code, notes, and snippets.

@fadur
Created February 6, 2015 11:04
Show Gist options
  • Save fadur/de5ba760031a1674ddcb to your computer and use it in GitHub Desktop.
Save fadur/de5ba760031a1674ddcb to your computer and use it in GitHub Desktop.
fadur)fadur@~/Development/fadur/unisport/storefront:$ ./manage.py test catalog.tests.test_views.test_cms.test_categories
Creating test database for alias 'default'...
Got an error creating the test database: database "test_storefront" already exists
Type 'yes' if you would like to try deleting the test database 'test_storefront', or 'no' to cancel: yes
Destroying old test database 'default'...
Raven is not configured (logging is disabled). Please see the documentation for more information.
Raven is not configured (logging is disabled). Please see the documentation for more information.
.....
----------------------------------------------------------------------
Ran 5 tests in 2.093s
OK
Destroying test database for alias 'default'...
(fadur)fadur@~/Development/fadur/unisport/storefront:$ ./manage.py test catalog.tests.test_views.test_cms
Creating test database for alias 'default'...
Raven is not configured (logging is disabled). Please see the documentation for more information.
Raven is not configured (logging is disabled). Please see the documentation for more information.
..............
----------------------------------------------------------------------
Ran 14 tests in 58.394s
OK
Destroying test database for alias 'default'...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment