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


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

    @pytest.mark.xfail  # see TODO in completion
    @pytest.mark.complete("postfix -", require_cmd=True)
    def test_2(self, completion):
        assert completion