Tests are fixed

This commit is contained in:
Evgeny Ezhov 2019-10-13 17:17:01 +03:00
parent d4edab9044
commit b663345e9d
7 changed files with 140 additions and 89 deletions

View file

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

View file

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

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