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


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

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