added test for version

This commit is contained in:
Bastian Venthur
2021-02-22 21:13:57 +01:00
parent e7fa1470b7
commit 2dcad8d8c0
2 changed files with 6 additions and 0 deletions

5
tests/test_version.py Normal file
View File

@@ -0,0 +1,5 @@
import blag
def test_version():
assert isinstance(blag.__VERSION__, str)