summaryrefslogtreecommitdiffstats
path: root/test/t/test_reportbug.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_reportbug.py')
-rw-r--r--test/t/test_reportbug.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/t/test_reportbug.py b/test/t/test_reportbug.py
index 2c57b56..9347adf 100644
--- a/test/t/test_reportbug.py
+++ b/test/t/test_reportbug.py
@@ -5,3 +5,7 @@ class TestReportbug:
@pytest.mark.complete("reportbug --m", require_cmd=True)
def test_1(self, completion):
assert completion
+
+ @pytest.mark.complete("reportbug --bts=", require_cmd=True)
+ def test_bts(self, completion):
+ assert "default" in completion