mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
[1.5.X] Fixed broken links, round 3. refs #19516
Backport of b3a8c9dab8
from master
This commit is contained in:
parent
e2396bf122
commit
fbc06eef1a
34 changed files with 127 additions and 118 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue