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

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