summaryrefslogtreecommitdiff
path: root/tests/end2end/features/test_utilcmds_bdd.py
blob: b460fd0e1f6aea70e3ab5f46e262b5ecaa24b11b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2016-2021 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()