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