Initial commit

This commit is contained in:
Jan Beilicke 2020-04-10 22:09:10 +02:00
commit 7d75088cbd
11 changed files with 458 additions and 0 deletions

0
tests/__init__.py Normal file
View file

5
tests/test_webdavcli.py Normal file
View file

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