abcxyz / jvs

Apache License 2.0
8 stars 0 forks source link

feat: adding edge case integration tests for certificate rotator #59

Closed raserva closed 2 years ago

raserva commented 2 years ago

One design choice i've made here is for the tests that are not parallelizable i've still wrapped them in t.Run() blocks. This was a thought on my end to make it more clear when one fails which one it was. Let me know if this is a bad idea.