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


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

    @pytest.mark.complete("b2sum --", require_longopt=True)
    def test_options(self, completion):
        assert completion