ericholscher / django-test-utils

Utilities for testing Django applications
http://django-test-utils.readthedocs.org/
MIT License
343 stars 69 forks source link

[patch]make cookies available in testmaker(version 0.3) #21

Open tocer opened 13 years ago

tocer commented 13 years ago

--- testmaker.py 2011-09-08 13:12:48.346351096 +0800 +++ /tmp/vwI7FtA/7 2011-09-08 13:13:08.082909459 +0800 @@ -65,6 +65,8 @@ c = Client(REMOTE_ADDR='127.0.0.1') getdict = request.GET.copy() getdict['test_client_true'] = 'yes' #avoid recursion