summaryrefslogtreecommitdiff
path: root/test/t/test_mv.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_mv.py')
-rw-r--r--test/t/test_mv.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/t/test_mv.py b/test/t/test_mv.py
index a9fc969d..4a354db2 100644
--- a/test/t/test_mv.py
+++ b/test/t/test_mv.py
@@ -5,3 +5,7 @@ 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