test: add base coverage for all functions

This commit is contained in:
Alex Kelly 2021-09-28 16:52:14 -04:00
parent 4b9ae5ff3f
commit d2a3a505fb
3 changed files with 14 additions and 2 deletions

View file

@ -38,4 +38,4 @@ def main(san, dump, port, expires, domain):
if __name__ == "__main__":
main()
main() # pragma: no cover