summaryrefslogtreecommitdiff
path: root/test/t/test_a2ps.py
blob: 38365f0320532fb242e20509ed5655fdaa14e547 (plain)
1
2
3
4
5
6
7
8
9
10
11
import pytest


class TestA2ps:
    @pytest.mark.complete("a2ps ")
    def test_1(self, completion):
        assert completion

    @pytest.mark.complete("a2ps -", require_cmd=True)
    def test_options(self, completion):
        assert completion