mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.
Thanks cjerdonek for the suggestion.
This commit is contained in:
parent
a95f74e707
commit
9953e98e6a
6 changed files with 1614 additions and 1614 deletions
|
@ -281,7 +281,7 @@ correctly in a couple different situations.
|
|||
computer programming, so there's lots of information out there:
|
||||
|
||||
* A good first look at writing tests for Django can be found in the
|
||||
documentation on :doc:`Testing Django applications </topics/testing/overview>`.
|
||||
documentation on :doc:`/topics/testing/overview`.
|
||||
* 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue