Opened 11 years ago

Last modified 11 years ago

#19497 closed Cleanup/optimization

Refactor testing docs — at Initial Version

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

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/ramiro/django/compare/testing-docs-rf

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top