summaryrefslogtreecommitdiff
path: root/tests/end2end/features/test_utilcmds_bdd.py
blob: 2256fb8027c762ba64cc4204c5acd352b308ce3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-FileCopyrightText: Florian Bruhin (The Compiler) <mail@qutebrowser.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later

import pytest
import pytest_bdd as bdd

bdd.scenarios('utilcmds.feature')


@pytest.fixture(autouse=True)
def turn_on_scroll_logging(quteproc):
    quteproc.turn_on_scroll_logging()