Initial commit: Basic CLI and checks

Certo supports polling one or several hostnames.
Output can be human-readable or JSON.
This commit is contained in:
2022-10-09 20:47:57 +10:30
commit d3041f46aa
10 changed files with 474 additions and 0 deletions

5
tests/test_certo.py Normal file
View File

@@ -0,0 +1,5 @@
from certo import __version__
def test_version():
assert __version__ == "0.1.0"