summaryrefslogtreecommitdiff
path: root/tests/end2end/features/test_caret_bdd.py
blob: b6db7e91f2f33d02a9911da6e97d599a38ebf287 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 2015-2021 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')