Files
blag/tests/test_version.py
2021-02-22 21:13:57 +01:00

6 lines
79 B
Python

import blag
def test_version():
assert isinstance(blag.__VERSION__, str)