Merge branch 'mako_changes-20260806' into content-sizes

This commit is contained in:
2026-08-08 12:01:20 -07:00
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -13,3 +13,6 @@ uv.lock
# Python build and test output # Python build and test output
__pycache__/ __pycache__/
/test/test_output/ /test/test_output/
# Virtualenv (created with create_cdsc_venv on klone)
/.venv/

View File

@@ -88,7 +88,7 @@ From the repository root:
Run the suite from the root—some tests open fixture files by paths Run the suite from the root—some tests open fixture files by paths
relative to it. The full suite processes several real dumps from relative to it. The full suite processes several real dumps from
`test/dumps/` and takes around fifteen minutes; expected outputs live in `test/dumps/` and takes a couple of minutes; expected outputs live in
`test/baseline_output/`. `test/baseline_output/`.
## Authors ## Authors