Opened 11 years ago

Last modified 11 years ago

#19497 closed Cleanup/optimization

Refactor testing docs — at Version 1

Reported by: Ramiro Morales Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords: testing documentation
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Ramiro Morales)

Currently we have only one document that all overview, in-depth and reference topics that IMHO is too bloated.

I've refactored it a bit so reading of the main document can be performed in a more natural way without so many distractions.

Changes include:

  • Move introductory material to a simple document (index.txt)
  • Create a advanced document and move there description of
    • RequestFactory
    • API for custom test runners and integration with other testing frameworks/coverage.py.
    • Advanced multi-db testing topics.
  • Move the doctests documentation to its own document.
  • Add links to the new testing tutorial and among the documnts
  • In the main document: Reorder the TestCase classes sections following their OOP hierarchy. Make titles nesting less deep.

PR is at: https://github.com/django/django/pull/602

Change History (1)

comment:1 by Ramiro Morales, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top