diff options
Diffstat (limited to 'test/py/tests/test_help.py')
-rw-r--r-- | test/py/tests/test_help.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/tests/test_help.py b/test/py/tests/test_help.py index 12cb36b7b98..afb57201ba3 100644 --- a/test/py/tests/test_help.py +++ b/test/py/tests/test_help.py @@ -4,6 +4,7 @@ import pytest +@pytest.mark.buildconfigspec('cmd_help') def test_help(ubman): """Test that the "help" command can be executed.""" |