forked from github.com/blag
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