1
0
Fork 0

Use milc.subcommand.config instead of qmk.cli.config (#13002)

* Use milc.subcommand.config instead

* pyformat

* remove the config test
This commit is contained in:
Zach White 2021-05-24 23:36:38 -07:00 committed by GitHub
parent bc67ca6a59
commit aa97f52963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 123 deletions

View file

@ -61,12 +61,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)