I propose to start creating a `tests` module in a follow-up pr to bring the unit tests together. See the unit tests module example directory tree in https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html ``` src/ lib.rs tests.rs tests/ foo.rs bar.rs ``` And/or see how @AlexanderThaller did the same thing in [`format_serde_error`](https://github.com/AlexanderThaller/format_serde_error/tree/main/src/test). _Originally posted by @hendrikmaus in https://github.com/hendrikmaus/helm-templexer/pull/68#r694592345_
I propose to start creating a
testsmodule in a follow-up pr to bring the unit tests together.See the unit tests module example directory tree in https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html
And/or see how @AlexanderThaller did the same thing in
format_serde_error.Originally posted by @hendrikmaus in #68 (comment)