Use milc.subcommand.config instead of qmk.cli.config (#12915)
* Use milc.subcommand.config instead * pyformat * remove the config test
This commit is contained in:
parent
8761e973ec
commit
de5c30a9ba
3 changed files with 1 additions and 124 deletions
|
@ -62,12 +62,6 @@ def test_flash_bootloaders():
|
|||
check_returncode(result, [1])
|
||||
|
||||
|
||||
def test_config():
|
||||
result = check_subcommand('config')
|
||||
check_returncode(result)
|
||||
assert 'general.color' in result.stdout
|
||||
|
||||
|
||||
def test_kle2json():
|
||||
result = check_subcommand('kle2json', 'lib/python/qmk/tests/kle.txt', '-f')
|
||||
check_returncode(result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue