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


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

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