linting
This commit is contained in:
@@ -25,6 +25,7 @@ def _read_feed(resource_name):
|
||||
with io.open(_resource_path(resource_name), encoding='utf-8') as xml:
|
||||
return xml.read()
|
||||
|
||||
|
||||
@pytest.mark.xfail(strict=True)
|
||||
def test_meta_consistency():
|
||||
raise NotImplementedError()
|
||||
@@ -34,6 +35,7 @@ def test_meta_consistency():
|
||||
expected = _read_feed('meta_output.xml')
|
||||
assert expected == actual
|
||||
|
||||
|
||||
@pytest.mark.xfail(strict=True)
|
||||
def test_menu_consistency():
|
||||
raise NotImplementedError()
|
||||
@@ -42,6 +44,7 @@ def test_menu_consistency():
|
||||
expected = _read_feed('menu_output.xml')
|
||||
assert expected == actual
|
||||
|
||||
|
||||
@pytest.mark.xfail(strict=True)
|
||||
def test_empty_menu():
|
||||
raise NotImplementedError()
|
||||
@@ -50,6 +53,7 @@ def test_empty_menu():
|
||||
expected = _read_feed('empty_menu_output.xml')
|
||||
assert expected == actual
|
||||
|
||||
|
||||
@pytest.mark.xfail(strict=True)
|
||||
def test_offers_dictionary():
|
||||
raise NotImplementedError()
|
||||
@@ -58,6 +62,7 @@ def test_offers_dictionary():
|
||||
expected = _read_feed('offers-dict-output.xml')
|
||||
assert expected == actual
|
||||
|
||||
|
||||
@pytest.mark.xfail(strict=True)
|
||||
def test_missing_category():
|
||||
raise NotImplementedError()
|
||||
|
||||
Reference in New Issue
Block a user