Results 2 issues of Kay Jan W.

Taking the read-only example and implementing checks on post_attach instead of pre_attach, it does not undo the operation that is supposed to be atomic. Sample code to replicate the issue...

The assertions are hard coded to False (already pre-imported from env var) and unable to set to True if I want it to be enabled, following the docs https://anytree.readthedocs.io/en/latest/tricks/consistencychecks.html From...