summaryrefslogtreecommitdiffstats
path: root/test/t/test_service.py
blob: 8e7fb059826b31175ae2a7ca87686b2237036640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import sys

import pytest


class TestService:
    @pytest.mark.xfail(
        sys.platform == "darwin",
        reason="Service completion not available on macOS",
    )
    @pytest.mark.complete("service ")
    def test_1(self, completion):
        assert completion