fanninpm

Results 128 comments of fanninpm

Similar in spirit to #3512

I believe you can use the following command to test your changes locally: ```shell # this runs all of the tests (not necessary if you know which test is affected)...

That WASI failure seems to be unrelated.

If you aren't able to figure out why `test_quopri.py` is failing, asking @epage for help might be a good idea. Related: https://github.com/clap-rs/clap/issues/3903

> Ok. How can I run only this one test? I believe you can use the following command to test your changes locally: ```shell # this runs all of the...

Have you tried using `cargo build`?

I believe you can use the following command to test your changes locally: ```shell # this runs all of the tests (not necessary if you know which test is affected)...