Files
py-certo/tests/test_certo.py
Guilhem MARION ee12fe59de Initial commit: Basic CLI and checks
Certo supports polling one or several hostnames.
Output can be human-readable or JSON.
2022-10-09 20:47:57 +10:30

6 lines
86 B
Python

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