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


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

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