diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-01-31 14:56:26 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-01-31 14:57:45 -0300 |
| commit | 7947c9e3a6bd8c1dfe7fc209fb2256a528149bb6 (patch) | |
| tree | aaec5644d25ad799fd7f4c3d5d9482933aeb9f20 /docs/topics/testing | |
| parent | 9a4a1ce323237d0aadafbddcd270c47be251bac2 (diff) | |
Deprecated undocumented warnings manipulation testing tools.
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/overview.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt index 534569efeb..5739061dd1 100644 --- a/docs/topics/testing/overview.txt +++ b/docs/topics/testing/overview.txt @@ -835,6 +835,8 @@ The following is a simple unit test using the test client:: :class:`django.test.client.RequestFactory` +.. _django-testcase-subclasses: + Provided test case classes -------------------------- |
