5 lines
96 B
Python
5 lines
96 B
Python
from customiwmserver import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == '0.1.0'
|