summaryrefslogtreecommitdiff
path: root/tests/end2end/features/test_backforward_bdd.py
blob: 46aed04805afb3a676ef1da254500421c71e4919 (plain)
1
2
3
4
5
6
# SPDX-FileCopyrightText: Florian Bruhin (The Compiler) <mail@qutebrowser.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later

import pytest_bdd as bdd
bdd.scenarios('backforward.feature')