Files
py-certo/tests/test_certo.py
Guilhem MARION d3041f46aa Initial commit: Basic CLI and checks
Certo supports polling one or several hostnames.
Output can be human-readable or JSON.
2022-10-10 07:26:17 +10:30

6 lines
86 B
Python

from certo import __version__
def test_version():
assert __version__ == "0.1.0"