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.
Niko Wenselowski 1f42a8ccdd
Fix test logic to check for both keymaps (#17761)
Python will evaluate first the left and then the right side of the and operator.

The left side would previously return True based on the truthiness logic that treats any non-emptry string as true.

It would not check if the desired keymap exists.

If the left side is true it will evaluate the right side which will check for the existance of a specific keymap.

With this change the check for existance of two keymaps is implemented.
3 years ago
..
cli Add line to multibuild output log showing the actual build target. (#17606) 3 years ago
tests Fix test logic to check for both keymaps (#17761) 3 years ago
__init__.py
c_parse.py Fix various lint errors (#17255) 4 years ago
commands.py Merge remote-tracking branch 'origin/master' into develop 4 years ago
comment_remover.py
constants.py Added support for Wb32fq95 (#16871) 4 years ago
converter.py
datetime.py
decorators.py
errors.py
git.py Perform stricter lint checks (#17348) 4 years ago
info.py Allow only col or row pins for *_right extraction. (#17590) 3 years ago
json_encoders.py Data driven `g_led_config` (#16728) 4 years ago
json_schema.py CLI: Bump the 'jsonschema' version (#16635) 4 years ago
keyboard.py Only omit paths containing "/keymaps/" (#17468) 4 years ago
keymap.py Allow locate_keymap to handle DEFAULT_FOLDER (#17529) 3 years ago
makefile.py
math.py
painter.py Quantum Painter (#10174) 4 years ago
painter_qff.py Quantum Painter (#10174) 4 years ago
painter_qgf.py Quantum Painter (#10174) 4 years ago
path.py qmk.path.FileType: fix argument handling (#16693) 4 years ago
submodules.py