diff options
| author | Tim Graham <timograham@gmail.com> | 2012-12-25 09:56:22 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-12-26 19:10:50 -0500 |
| commit | fbc06eef1af1d7ecf91fae5a94a1994f356ffd22 (patch) | |
| tree | 0d45acf4eecae06ddc205ffc8b23b11dcb4896b9 /docs/topics/testing | |
| parent | e2396bf1220c543ee8d15c7640481889caace61d (diff) | |
[1.5.X] Fixed broken links, round 3. refs #19516
Backport of b3a8c9dab8 from master
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/index.txt b/docs/topics/testing/index.txt index 0345b72703..94e88bdf04 100644 --- a/docs/topics/testing/index.txt +++ b/docs/topics/testing/index.txt @@ -38,7 +38,7 @@ frameworks are: * **Unit tests** -- tests that are expressed as methods on a Python class that subclasses :class:`unittest.TestCase` or Django's customized - :class:`TestCase`. For example:: + :class:`~django.test.TestCase`. For example:: import unittest |
