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


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

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