summaryrefslogtreecommitdiff
path: root/test/t/test_sysbench.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_sysbench.py')
-rw-r--r--test/t/test_sysbench.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/t/test_sysbench.py b/test/t/test_sysbench.py
index afe21eca..4992d8a6 100644
--- a/test/t/test_sysbench.py
+++ b/test/t/test_sysbench.py
@@ -2,6 +2,10 @@ import pytest
class TestSysbench:
- @pytest.mark.complete("sysbench ")
+ @pytest.mark.complete("sysbench ", require_cmd=True)
def test_1(self, completion):
assert completion
+
+ @pytest.mark.complete("sysbench -", require_cmd=True)
+ def test_2(self, completion):
+ assert completion