Init
This commit is contained in:
parent
56701189ca
commit
36dff3d99a
12 changed files with 1296 additions and 0 deletions
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
5
tests/test_customiwmserver.py
Normal file
5
tests/test_customiwmserver.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from customiwmserver import __version__
|
||||
|
||||
|
||||
def test_version():
|
||||
assert __version__ == '0.1.0'
|
Loading…
Add table
Add a link
Reference in a new issue