Simple, yet highly critical functions are not being tested except for in localized integration tests (each test runs on its own instance of anvil).
Every function should have its own doctest, and each module that contains function implementations should have a test submodule with unit tests.
Simple, yet highly critical functions are not being tested except for in localized integration tests (each test runs on its own instance of anvil).
Every function should have its own doctest, and each module that contains function implementations should have a
testsubmodule with unit tests.