Skip to content

Documentation

This page lists all the test cases for the project documentation. Test cases are followed by an explanatory legend.

πŸ—ƒοΈ Test cases

Coverage rate: 100%

Status ID Title
● Active tc-doc01 Activity report overview pages hide the table of contents
● Active tc-doc02 Activity reports are listed from newest to oldest (Markdown index + mkdocs.yml nav)
● Active tc-doc03 Activity report index entries follow a consistent 4-line Markdown structure
● Active tc-doc04 Tags plugin is configured and tag index pages exist in both languages
● Active tc-doc05 Bilingual tag links are clickable in the generated site
● Active tc-doc06 Activity report header labels are standardized across all reports (EN + FR)
● Active tc-doc07 Each activity report respects tag governance rules (max 5 tags, max 3 per category)
● Active tc-doc08 Nested bullets under numbered list items in activity reports use 4-space indentation (MkDocs rendering rule)

Functional rate calculation for this page: 8 active / 8 defined = 100%.

β“˜ Coverage status legend

Status Description
● Active The test case is implemented and validated by an automated pytest test.
● To Do The test case is defined but does not yet have a corresponding pytest test.