1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00
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)