Changes between Initial Version and Version 1 of Ticket #23606, comment 6


Ignore:
Timestamp:
Oct 14, 2014, 3:27:27 AM (10 years ago)
Author:
Rigel Di Scala

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23606, comment 6

    initial v1  
    1 While I was adding the notes in the [django.test.RequestFactory](https://docs.djangoproject.com/en/1.7/topics/testing/advanced/#django.test.RequestFactory), I noticed that the django.test.Client, that subtypes the RequestFactory, does not implemenent the trace() method either. We would probably need to implement this method in the test client also.
     1While I was adding the notes in the (django.test.RequestFactory)[https://docs.djangoproject.com/en/1.7/topics/testing/advanced/#django.test.RequestFactory], I noticed that the django.test.Client, that subtypes the RequestFactory, does not implemenent the trace() method either. We would probably need to implement this method in the test client also.
    22
    33What is the suggested course of action?
Back to Top