-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Hi all,
I am trying to make django-test-utils works nicely with django 1.4. My work is available here:
https://github.com/bmihelac/django-test-utils/tree/django-1.4
Currently there is one test failing. I cannot find and now I am out of ideas, why context is not assigned to response in TestMakerMiddleware (https://github.com/bmihelac/django-test-utils/blob/django-1.4/test_utils/testmaker/middleware/testmaker.py#L68).
If I duplicate same line:
response = c.get(request.path, getdict)
second response will have contextassigned.
Any help will be appreciated.
Metadata
Metadata
Assignees
Labels
No labels