diff options
| author | Zach White <skullydazed@gmail.com> | 2021-05-24 23:36:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-24 23:36:38 -0700 |
| commit | aa97f52963f3da6aa112093d357296e62bfa5452 (patch) | |
| tree | 996629641891d8fddc9973a49200ca030dc995ea /lib/python/qmk/tests | |
| parent | bc67ca6a59ffa3d6e147b276c0544791e5f91d02 (diff) | |
| download | qmk_firmware-aa97f52963f3da6aa112093d357296e62bfa5452.tar.gz qmk_firmware-aa97f52963f3da6aa112093d357296e62bfa5452.zip | |
Use milc.subcommand.config instead of qmk.cli.config (#13002)
* Use milc.subcommand.config instead
* pyformat
* remove the config test
Diffstat (limited to 'lib/python/qmk/tests')
| -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 d13e42d40..a7b70a7d9 100644 --- a/lib/python/qmk/tests/test_cli_commands.py +++ b/lib/python/qmk/tests/test_cli_commands.py | |||
| @@ -61,12 +61,6 @@ def test_flash_bootloaders(): | |||
| 61 | check_returncode(result, [1]) | 61 | check_returncode(result, [1]) |
| 62 | 62 | ||
| 63 | 63 | ||
| 64 | def test_config(): | ||
| 65 | result = check_subcommand('config') | ||
| 66 | check_returncode(result) | ||
| 67 | assert 'general.color' in result.stdout | ||
| 68 | |||
| 69 | |||
| 70 | def test_kle2json(): | 64 | def test_kle2json(): |
| 71 | result = check_subcommand('kle2json', 'lib/python/qmk/tests/kle.txt', '-f') | 65 | result = check_subcommand('kle2json', 'lib/python/qmk/tests/kle.txt', '-f') |
| 72 | check_returncode(result) | 66 | check_returncode(result) |
