Skip to content

Commit 3780ca5

Browse files
committed
Add no-keyboard-visualization example to tests
1 parent cdbcc27 commit 3780ca5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/test_rendering.py

+2
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def __get_parameters():
179179
"custom-keycap-asset",
180180
"customized-pok3r-theme",
181181
"custom-split-layout",
182+
"no-keyboard-visualization",
182183
]
183184
test_params = []
184185
# not interested in all combinations
@@ -189,6 +190,7 @@ def __get_parameters():
189190
test_params.append(pytest.param(texts[0], examples[2]))
190191
test_params.append(pytest.param(texts[0], examples[3]))
191192
test_params.append(pytest.param(texts[1], examples[4]))
193+
test_params.append(pytest.param(texts[0], examples[5]))
192194

193195
return test_params
194196

0 commit comments

Comments
 (0)