On Fri, Nov 13, 2015 at 12:14 AM, James Schneider
<jrschneide...@gmail.com> wrote:
> On Thu, Nov 12, 2015 at 5:10 AM, Jose Paul <josekavun...@gmail.com> wrote:
>>
>> I am just running DJango 1.8 test cases ,here is start of the error trace
>
> I suspect one of your tests is rendering a template. Do you have a reference
> to a template tag anywhere in your templates like {% subpackage.echo %}? I'm
> guessing if you visit the page that has that reference, it will also break
> in a similar manner. You probably need to add a {% load tag_library %} or
> whatever your template tags are called in your template before you call the
> template tag.

He is running the tests that are built in to django, not his own test
cases, specifically this one:

https://github.com/django/django/blob/master/tests/template_tests/syntax_tests/test_load.py#L41


OP: You will need to clarify how you are running the test suite. The
built in django tests depend on various settings, are you following
the instructions in:

https://docs.djangoproject.com/en/1.8/internals/contributing/writing-code/unit-tests/#quickstart

and

https://docs.djangoproject.com/en/1.8/internals/contributing/writing-code/unit-tests/#running-all-the-tests

?

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFHbX1JCtip4L%3D3hp6UMpLvRB4_KHquTYktGcabWBuD4ZgNguw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to