Tests are fixed
This commit is contained in:
parent
d4edab9044
commit
b663345e9d
7 changed files with 140 additions and 89 deletions
|
|
@ -1 +0,0 @@
|
|||
__author__ = 'designerror'
|
||||
|
|
@ -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
|
||||
|
|
@ -1 +0,0 @@
|
|||
__author__ = 'designerror'
|
||||
Loading…
Add table
Add a link
Reference in a new issue