From f03b10b6c1c9a5b0e07f7f78c6060610246b4a7f Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Tue, 5 Jan 2021 00:52:31 +0000 Subject: Migrate python tests away from onekey (#11367) * Migrate python tests away from onekey * Add stub files to stop lint complaints * Make all the pytest keymaps compile --- lib/python/qmk/tests/pytest_export.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/python/qmk/tests/pytest_export.json (limited to 'lib/python/qmk/tests/pytest_export.json') diff --git a/lib/python/qmk/tests/pytest_export.json b/lib/python/qmk/tests/pytest_export.json new file mode 100644 index 0000000000..5fb0d624f8 --- /dev/null +++ b/lib/python/qmk/tests/pytest_export.json @@ -0,0 +1,6 @@ +{ + "keyboard":"handwired/pytest/basic", + "keymap":"pytest_unittest", + "layout":"LAYOUT", + "layers":[["KC_A"]] +} -- cgit v1.2.3