You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/lib/python/qmk/tests
Erovia a5a31a5fc0 MILC: Use dashes instead of underscores for subcommands
The subcommand functions' name follows the Python convention of using
snake case, but looks odd on the command line.
Fix it by converting underscores to dashes, eg.: list_keyboards ->
list-keyboards.
6 years ago
..
__init__.py Setup a python test framework 6 years ago
attrdict.py run yapf on the code 6 years ago
onekey_export.json Setup a python test framework 6 years ago
test_cli_commands.py MILC: Use dashes instead of underscores for subcommands 6 years ago
test_qmk_errors.py run yapf on the code 6 years ago
test_qmk_keymap.py run yapf on the code 6 years ago
test_qmk_path.py run yapf on the code 6 years ago