From 5732da2af736c40cf693354485446ab4867ecb4d Mon Sep 17 00:00:00 2001 From: "Gabriel F. T. Gomes" Date: Wed, 7 Aug 2019 09:17:13 -0300 Subject: New upstream version 2.9 --- test/t/test_file_roller.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/t/test_file_roller.py (limited to 'test/t/test_file_roller.py') diff --git a/test/t/test_file_roller.py b/test/t/test_file_roller.py new file mode 100644 index 00000000..80a1bbc7 --- /dev/null +++ b/test/t/test_file_roller.py @@ -0,0 +1,8 @@ +import pytest + + +@pytest.mark.bashcomp(cmd="file-roller") +class TestFileRoller: + @pytest.mark.complete("file-roller ") + def test_1(self, completion): + assert completion -- cgit v1.2.1