From f2621414ee5f2f601424c22f00e207903e3b6104 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 03:03:18 +0200 Subject: Merging upstream version 1:2.12.0. Signed-off-by: Daniel Baumann --- test/t/test_truncate.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/t/test_truncate.py (limited to 'test/t/test_truncate.py') diff --git a/test/t/test_truncate.py b/test/t/test_truncate.py new file mode 100644 index 0000000..b50baac --- /dev/null +++ b/test/t/test_truncate.py @@ -0,0 +1,11 @@ +import pytest + + +class TestTruncate: + @pytest.mark.complete("truncate ") + def test_basic(self, completion): + assert completion + + @pytest.mark.complete("truncate -", require_cmd=True) + def test_options(self, completion): + assert completion -- cgit v1.2.3