It's very easy to run the included tests using uv run pytest. This also produces coverage information, which shows that neither NodeNorm nor NameRes is currently being tested. I should add tests for NodeNorm and NameRes, which would also be a good excuse to check their documentation and runtime options.
It's very easy to run the included tests using
uv run pytest. This also produces coverage information, which shows that neither NodeNorm nor NameRes is currently being tested. I should add tests for NodeNorm and NameRes, which would also be a good excuse to check their documentation and runtime options.