This commit is contained in:
Yuriy Khomyakov 2017-04-17 00:10:58 +03:00
commit e80fe6c108
18 changed files with 3633 additions and 0 deletions

View file

@ -0,0 +1 @@
__author__ = 'designerror'

View file

@ -0,0 +1,11 @@
__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

View file

@ -0,0 +1 @@
__author__ = 'designerror'