mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
This commit is contained in:
parent
413f3bb5c8
commit
f5ff5010cd
20 changed files with 75 additions and 108 deletions
|
@ -373,10 +373,9 @@ that passing a ``prefix`` parameter when creating an instance still works too.
|
|||
* Dive Into Python (a free online book for beginning Python developers)
|
||||
includes a great `introduction to Unit Testing`__.
|
||||
* After reading those, if you want something a little meatier to sink
|
||||
your teeth into, there's always the `Python unittest documentation`__.
|
||||
your teeth into, there's always the Python :mod:`unittest` documentation.
|
||||
|
||||
__ http://www.diveintopython.net/unit_testing/index.html
|
||||
__ https://docs.python.org/library/unittest.html
|
||||
|
||||
Running your new test
|
||||
---------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue