Mark download BDD tests as TODO for QtWebEngine
This commit is contained in:
parent
7515438f88
commit
c37c501b25
@ -21,10 +21,14 @@ import os
|
|||||||
import sys
|
import sys
|
||||||
import shlex
|
import shlex
|
||||||
|
|
||||||
|
import pytest
|
||||||
import pytest_bdd as bdd
|
import pytest_bdd as bdd
|
||||||
bdd.scenarios('downloads.feature')
|
bdd.scenarios('downloads.feature')
|
||||||
|
|
||||||
|
|
||||||
|
pytestmark = pytest.mark.qtwebengine_todo("Downloads not implemented yet")
|
||||||
|
|
||||||
|
|
||||||
@bdd.given("I set up a temporary download dir")
|
@bdd.given("I set up a temporary download dir")
|
||||||
def temporary_download_dir(quteproc, tmpdir):
|
def temporary_download_dir(quteproc, tmpdir):
|
||||||
quteproc.set_setting('storage', 'prompt-download-directory', 'false')
|
quteproc.set_setting('storage', 'prompt-download-directory', 'false')
|
||||||
|
Loading…
Reference in New Issue
Block a user