Skip to content

Commit

Permalink
Fix issues with Python Tests (#16162)
Browse files Browse the repository at this point in the history
* Reformat python due to yapf changes

* Fix pytest keymap list test

* revert formatting

* Use contra, because, well

https://www.reddit.com/r/MechanicalKeyboards/comments/8riofq/did_i_kill_my_contra/
  • Loading branch information
drashna committed Feb 2, 2022
1 parent d6d48aa commit d4dc743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/tests/test_cli_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_list_keymaps_community():


def test_list_keymaps_kb_only():
result = check_subcommand('list-keymaps', '-kb', 'niu_mini')
result = check_subcommand('list-keymaps', '-kb', 'contra')
check_returncode(result)
assert 'default' and 'via' in result.stdout

Expand Down

0 comments on commit d4dc743

Please sign in to comment.