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

import pytest_bdd as bdd

# pylint: disable=unused-import
from end2end.features.test_yankpaste_bdd import init_fake_clipboard

bdd.scenarios('caret.feature')