summaryrefslogtreecommitdiff
path: root/tests/end2end/features/test_spawn_bdd.py
blob: 85711468b7fb898dcf35acc01b59c5df71de9140 (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('spawn.feature')