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


class TestNgrep:
    @pytest.mark.complete("ngrep -")
    def test_1(self, completion):
        assert completion

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