webdav-client-python-3/tests/webdav/test_connection.py
Yuriy Khomyakov e80fe6c108 initial
2017-04-17 00:10:58 +03:00

11 lines
273 B
Python

__author__ = 'designerror'
import allure
#from hamcrest import *
class TestRequiredOptions:
def test_without_webdav_hostname(self):
options = { 'webdav_server': "https://webdav.yandex.ru"}
allure.attach('options', options.__str__())
assert 1