mozilla / crlite

WebPKI-level Certificate Revocation via Multi-Level Bloom Filter Cascade
http://www.cs.umd.edu/~dml/papers/crlite_oakland17.pdf
Mozilla Public License 2.0
77 stars 6 forks source link

Improve test coverage for moz_kinto_publisher #202

Open jschanck opened 2 years ago

jschanck commented 2 years ago

The moz_kinto_publisher script depends on a few external services, so it is difficult to test manually. On top of that, the dev environment doesn't have write access to a Kinto server, so some parts of moz_kinto_publisher only get tested in staging. We should write some new tests with simulated services to get full coverage of the script in CI.