We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no-keyboard-visualization
1 parent cdbcc27 commit 3780ca5Copy full SHA for 3780ca5
tests/src/test_rendering.py
@@ -179,6 +179,7 @@ def __get_parameters():
179
"custom-keycap-asset",
180
"customized-pok3r-theme",
181
"custom-split-layout",
182
+ "no-keyboard-visualization",
183
]
184
test_params = []
185
# not interested in all combinations
@@ -189,6 +190,7 @@ def __get_parameters():
189
190
test_params.append(pytest.param(texts[0], examples[2]))
191
test_params.append(pytest.param(texts[0], examples[3]))
192
test_params.append(pytest.param(texts[1], examples[4]))
193
+ test_params.append(pytest.param(texts[0], examples[5]))
194
195
return test_params
196
0 commit comments