mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +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
|
@ -2,12 +2,6 @@
|
|||
Testing in Django
|
||||
=================
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
overview
|
||||
advanced
|
||||
|
||||
Automated testing is an extremely useful bug-killing tool for the modern
|
||||
Web developer. You can use a collection of tests -- a **test suite** -- to
|
||||
solve, or avoid, a number of problems:
|
||||
|
@ -28,9 +22,6 @@ it should be doing.
|
|||
|
||||
The best part is, it's really easy.
|
||||
|
||||
Where to go from here
|
||||
=====================
|
||||
|
||||
The preferred way to write tests in Django is using the :mod:`unittest` module
|
||||
built in to the Python standard library. This is covered in detail in the
|
||||
:doc:`overview` document.
|
||||
|
@ -38,3 +29,10 @@ built in to the Python standard library. This is covered in detail in the
|
|||
You can also use any *other* Python test framework; Django provides an API and
|
||||
tools for that kind of integration. They are described in the
|
||||
:ref:`other-testing-frameworks` section of :doc:`advanced`.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
overview
|
||||
tools
|
||||
advanced
|
||||
|
|
File diff suppressed because it is too large
Load diff
1596
docs/topics/testing/tools.txt
Normal file
1596
docs/topics/testing/tools.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue