zmk/app
Joel Spadin e1a925ff83 refactor(test): Run tests with pytest
Replaced the run-test.sh script with a Python script that runs our unit
tests through pytest. Tests are now run in parallel to speed up running
the entire test suite, and it allows for integration with other tools
that support pytest, such as IDEs.

Also removed a dependency on remarshal, because it depends on an old
version of PyYAML that conflicts with other Python packages in our
Docker image. Replaced it with yq.
2023-01-26 13:12:25 -06:00
..
boards feat(shields): Add splitkb.com Aurora Lily58. 2023-01-06 20:10:53 -06:00
cmake fix(build): Fix for proper string variable check. 2022-06-07 19:43:23 -04:00
drivers fix formatting 2023-01-19 22:30:27 -05:00
dts fix(behaviors): Mark sticky key release-after-ms required 2022-12-20 20:38:26 -06:00
include fix: HID report descriptor 2022-11-10 22:15:06 -06:00
scripts refactor(test): Run tests with pytest 2023-01-26 13:12:25 -06:00
src feat: Add global macro timing configs 2022-12-20 20:34:25 -06:00
tests feat: Add global macro timing configs 2022-12-20 20:34:25 -06:00
.gitignore feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
.prettierrc.js feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
CMakeLists.txt fix(behaviors): make tap dances work on a combo 2022-11-01 15:13:19 -05:00
core-coverage.yml feature(shields): Add nice!view 2022-09-29 21:11:26 -04:00
Kconfig feat: Add global macro timing configs 2022-12-20 20:34:25 -06:00
package-lock.json feat(boards): Add Corne-ish zen v2 2022-12-16 10:57:25 -06:00
package.json feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
prj.conf Removed development files 2020-08-29 11:53:53 -07:00
test_zmk.py refactor(test): Run tests with pytest 2023-01-26 13:12:25 -06:00
west.yml fix: Don't exclude segger, needed for DKs. 2022-06-22 16:37:22 -04:00