forked from github.com/blag
6 lines
79 B
Python
6 lines
79 B
Python
import blag
|
|
|
|
|
|
def test_version():
|
|
assert isinstance(blag.__VERSION__, str)
|