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


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

    @pytest.mark.complete("lz4 ~")
    def test_2(self, completion):
        assert completion