diff options
Diffstat (limited to 'lib/python/qmk/tests/test_cli_commands.py')
| -rw-r--r-- | lib/python/qmk/tests/test_cli_commands.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/python/qmk/tests/test_cli_commands.py b/lib/python/qmk/tests/test_cli_commands.py index 185abb5f21..c8c4e2f80c 100644 --- a/lib/python/qmk/tests/test_cli_commands.py +++ b/lib/python/qmk/tests/test_cli_commands.py | |||
| @@ -288,12 +288,6 @@ def test_generate_version_h(): | |||
| 288 | assert '#define QMK_VERSION' in result.stdout | 288 | assert '#define QMK_VERSION' in result.stdout |
| 289 | 289 | ||
| 290 | 290 | ||
| 291 | def test_generate_layouts(): | ||
| 292 | result = check_subcommand('generate-layouts', '-kb', 'handwired/pytest/basic') | ||
| 293 | check_returncode(result) | ||
| 294 | assert '#define LAYOUT_custom(k0A) {' in result.stdout | ||
| 295 | |||
| 296 | |||
| 297 | def test_format_json_keyboard(): | 291 | def test_format_json_keyboard(): |
| 298 | result = check_subcommand('format-json', '--format', 'keyboard', 'lib/python/qmk/tests/minimal_info.json') | 292 | result = check_subcommand('format-json', '--format', 'keyboard', 'lib/python/qmk/tests/minimal_info.json') |
| 299 | check_returncode(result) | 293 | check_returncode(result) |
