summaryrefslogtreecommitdiffstats
path: root/tests/tester
AgeCommit message (Collapse)Author
2024-02-25Inline `format!` args wherever possibleLena
2024-02-20Apply clippy fixes (#2864)cyqsimon
* Apply clippy fixes * Write changelog
2022-08-25tests/tester: Do not build as testsMartin Nordholts
mod tester does not contains any tests, so do not build the module as containing tests. Instead use the mod.rs approach described in https://doc.rust-lang.org/book/ch11-03-test-organization.html#submodules-in-integration-tests.