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


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

    @pytest.mark.complete("dd bs")
    def test_2(self, completion):
        assert completion == "bs="