Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Test Documentation

Uses pytest_codeblocks to verify documentation code is valid and correct.

Usage

From api/python:

# Test documentation code blocks
uv run poe testdocs

From the testdocs directory:

# Test documentation code blocks
uv run pytest --codeblocks ../docs

# Clean up test files
./clean.sh