summaryrefslogtreecommitdiff
path: root/test/t/test_locale_gen.py
blob: 41ac376f6246fd4dd4f600f52e91b4aaf944166a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import pytest


@pytest.mark.bashcomp(cmd="locale-gen")
class TestLocaleGen:
    @pytest.mark.complete("locale-gen ")
    def test_1(self, completion):
        assert completion

    @pytest.mark.complete("locale-gen --")
    def test_2(self, completion):
        assert completion