-
Isn't proptest something that could handle this?
https://github.com/proptest-rs/proptest
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
I use the mockall crate myself, which works rather well. It does however mean that you need to generally write your code as traits, and pass them around as traits.
https://github.com/asomers/mockall
-
Maybe https://github.com/BurntSushi/quickcheck too?
-
https://github.com/Ygg01/steel_yaml/blob/master/tests/yaml_t...
Here is how I made dynamic tests for it.
But cargo nextest is a game changer. Colored output + fast fail (configurable) + timeout detection is just great.
https://nexte.st/book/custom-test-harnesses.html