This commit is contained in:
magmaus3 2022-11-18 17:51:24 +01:00
parent 56701189ca
commit 36dff3d99a
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251
12 changed files with 1296 additions and 0 deletions

0
tests/__init__.py Normal file
View file

View file

@ -0,0 +1,5 @@
from customiwmserver import __version__
def test_version():
assert __version__ == '0.1.0'