]> git.donarmstrong.com Git - qmk_firmware.git/commit
Setup a python test framework
authorskullY <skullydazed@gmail.com>
Thu, 22 Aug 2019 06:40:24 +0000 (23:40 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Sat, 7 Sep 2019 14:58:41 +0000 (07:58 -0700)
commit5b7a5b2a7629fbb667d23a55836dce3c6c46a203
treeb153a030844887422464c6c4f4833242b34a9314
parent4d339b7b5d1ecc2320080798d7e07e2d43675578
Setup a python test framework
15 files changed:
bin/qmk
keyboards/handwired/onekey/pytest/config.h [new file with mode: 0644]
keyboards/handwired/onekey/pytest/readme.md [new file with mode: 0644]
keyboards/handwired/onekey/pytest/rules.mk [new file with mode: 0644]
keyboards/handwired/onekey/pytest/templates/keymap.c [new file with mode: 0644]
lib/python/milc.py
lib/python/qmk/cli/doctor.py
lib/python/qmk/cli/nose2.py [new file with mode: 0644]
lib/python/qmk/tests/__init__.py [new file with mode: 0644]
lib/python/qmk/tests/attrdict.py [new file with mode: 0644]
lib/python/qmk/tests/onekey_export.json [new file with mode: 0644]
lib/python/qmk/tests/test_qmk_errors.py [new file with mode: 0644]
lib/python/qmk/tests/test_qmk_keymap.py [new file with mode: 0644]
lib/python/qmk/tests/test_qmk_path.py [new file with mode: 0644]
nose2.cfg [new file with mode: 0644]