kereis / traefik-certs-dumper

Dumps Let's Encrypt certificates of a specified domain which Traefik stores in acme.json.
Apache License 2.0
129 stars 24 forks source link

Add automated tests #125

Open kereis opened 1 year ago

kereis commented 1 year ago

Automated tests can be really useful for early bug detection. It might but different for bash scripts and containers in general, but maybe we can take a look at BATS or create something in Python.