Comment on Hypothesis, Antithesis, synthesisparentComments−epage5moYeah, having `cargo test` require another binary like `uv` is not idiomatic. 99% of the time, I should be able to walk up to a Rust project and run `cargo test` and it should just work.−LoganDark5mo`uv` isn't even a Python interpreter. I prefer to build my systems without Python support.
Comments
Yeah, having `cargo test` require another binary like `uv` is not idiomatic. 99% of the time, I should be able to walk up to a Rust project and run `cargo test` and it should just work.
`uv` isn't even a Python interpreter. I prefer to build my systems without Python support.