mark the 2 tests that are xfail as strictly xfail
This commit is contained in:
pare
51b221e87f
commit
5ecff35446
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -45,7 +45,7 @@ def test_toot(api):
|
||||||
|
|
||||||
@pytest.mark.vcr()
|
@pytest.mark.vcr()
|
||||||
@pytest.mark.parametrize('visibility', ('', 'direct', 'private', 'unlisted', 'public',
|
@pytest.mark.parametrize('visibility', ('', 'direct', 'private', 'unlisted', 'public',
|
||||||
pytest.param('foobar', marks=pytest.mark.xfail())))
|
pytest.param('foobar', marks=pytest.mark.xfail(strict=True))))
|
||||||
@pytest.mark.parametrize('spoiler_text', (None, 'Content warning'))
|
@pytest.mark.parametrize('spoiler_text', (None, 'Content warning'))
|
||||||
def test_status_post(api, visibility, spoiler_text):
|
def test_status_post(api, visibility, spoiler_text):
|
||||||
status = api.status_post(
|
status = api.status_post(
|
||||||
|
|
Loading…
Referencia en una nova incidència