briansmith / webpki

WebPKI X.509 Certificate Validation in Rust
https://briansmith.org/rustdoc/webpki/
Other
464 stars 166 forks source link

Make it easy to make test cases for PR authors #248

Open briansmith opened 2 years ago

briansmith commented 2 years ago

Right now, many (most? almost all?) PRs submitted to this project don't have tests with them. This is because this project doesn't have any infrastructure to make it easy to write tests. This creates a lot of stop energy because we generally don't accept PRs without tests.

Provide the infrastructure necessary to make it easy to add tests so that PRs are no longer blocked.