provide-testkit 2025-11-09
Split documentation tests into checker, fixture, and integration modules
3 files · 256+ · 226-

Documentation test decomposition

3 files changed
  • test_documentation_checker.py Tests focused on documentation checker logic
  • test_documentation_fixture.py Tests focused on documentation fixture behavior
  • test_documentation_integration.py Integration tests for documentation quality
  • Split test_documentation.py into three focused test modules for better test organization decouple internal
    3 files
    • test_documentation_checker.py
    • test_documentation_fixture.py
    • test_documentation_integration.py