summaryrefslogtreecommitdiff
path: root/test/t/test_gnome_screenshot.py
blob: 977e03fbe9b4320d15730d51933a9c5d1441ec42 (plain)
1
2
3
4
5
6
7
8
import pytest


@pytest.mark.bashcomp(cmd="gnome-screenshot")
class TestGnomeScreenshot:
    @pytest.mark.complete("gnome-screenshot --help", require_cmd=True)
    def test_1(self, completion):
        assert completion