mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
added test for version
This commit is contained in:
@@ -0,0 +1 @@
|
||||
from blag.version import __VERSION__ # noqa
|
||||
|
||||
5
tests/test_version.py
Normal file
5
tests/test_version.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import blag
|
||||
|
||||
|
||||
def test_version():
|
||||
assert isinstance(blag.__VERSION__, str)
|
||||
Reference in New Issue
Block a user