#1145560 O: mkdocs-test -- Testing framework for MkDocs projects (Python 3)

#1145560#5
Date:
2026-08-25 15:53:12 UTC
From:
To:
I intend to orphan the mkdocs-test package as I no longer have time
to maintain this package.

The package description is:
 The purpose of Mkdocs-Test is to facilitate the comparison of source pages
 (Markdown files) and destination pages (HTML) in an MkDocs project.
 .
 MkDocs-Test is a framework composed of two parts:
 - an MkDocs plugin (test): it creates a __test__ directory,
   which contains the data necessary to map the pages of the website.
 - a framework for conducting the test. The DocProject class groups
   together all the information necessary for the tests on a specific
   MkDocs project.