Skip to content

Instantly share code, notes, and snippets.

@ArcTanSusan
Created August 22, 2013 06:48
Show Gist options
  • Save ArcTanSusan/6303964 to your computer and use it in GitHub Desktop.
Save ArcTanSusan/6303964 to your computer and use it in GitHub Desktop.
stack trace of when I run the template_tests
Susans-MacBook-Air:tests susantan$ ./runtests.py template_tests
Creating test database for alias 'default'...
Creating test database for alias 'other'...
..............................................................E.............................
======================================================================
ERROR: test_missing_template_is_cached (template_tests.test_loaders.CachedLoader)
Check that the missing template is cached.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/susantan/Projects/django/tests/template_tests/test_loaders.py", line 136, in test_missing_template_is_cached
template_tuple = template_loader.load_template("missing.html", "django/tests/missing")
File "/Users/susantan/Projects/django/django/template/loaders/cached.py", line 80, in load_template
raise TemplateDoesNotExist
TemplateDoesNotExist
----------------------------------------------------------------------
Ran 92 tests in 5.315s
FAILED (errors=1)
Destroying test database for alias 'default'...
Destroying test database for alias 'other'...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment