<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware/tests/test_common/build.mk, branch master</title>
<subtitle>QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/'/>
<entry>
<title>[Core] use `keycode_string` in unit tests (#25042)</title>
<updated>2025-03-21T07:47:22+00:00</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2025-03-21T07:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=c9d62ddc78e879053241202b288d0129073b07dc'/>
<id>c9d62ddc78e879053241202b288d0129073b07dc</id>
<content type='text'>
* tests: use keycode_string feature

With a proper keycode to string implementation in qmk there is no need
to use the unit tests only implementation anymore.

Signed-off-by: Stefan Kerkmann &lt;karlk90@pm.me&gt;

* tests: remove keycode_util feature

This feature is no longer used as we switched the tests to the
keycode string implementation.

Signed-off-by: Stefan Kerkmann &lt;karlk90@pm.me&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tests: use keycode_string feature

With a proper keycode to string implementation in qmk there is no need
to use the unit tests only implementation anymore.

Signed-off-by: Stefan Kerkmann &lt;karlk90@pm.me&gt;

* tests: remove keycode_util feature

This feature is no longer used as we switched the tests to the
keycode string implementation.

Signed-off-by: Stefan Kerkmann &lt;karlk90@pm.me&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test cases (#15889)</title>
<updated>2023-09-25T02:45:49+00:00</updated>
<author>
<name>Isaac Elenbaas</name>
<email>isaacelenbaas@gmail.com</email>
</author>
<published>2023-09-25T02:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=dd94877ec6d2ee5c4cdb0e71287abd76585b0268'/>
<id>dd94877ec6d2ee5c4cdb0e71287abd76585b0268</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> [Tests] Increase QMK test coverage take 2 (#15269)</title>
<updated>2021-11-23T02:31:01+00:00</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2021-11-23T02:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=a24bdccee0580d1263733bc7e66e4e4f97713f19'/>
<id>a24bdccee0580d1263733bc7e66e4e4f97713f19</id>
<content type='text'>
* Add per-test keymaps

* Add better trace and info logs for failed unit-tests

* Add layer state assertion with tracing message

* Use individual test binaries configuration options

* Add basic qmk functionality tests

* Add tap hold configurations tests

* Add auto shift tests

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add per-test keymaps

* Add better trace and info logs for failed unit-tests

* Add layer state assertion with tracing message

* Use individual test binaries configuration options

* Add basic qmk functionality tests

* Add tap hold configurations tests

* Add auto shift tests

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[Tests] Increase QMK test coverage (#13789)"</title>
<updated>2021-11-22T22:54:04+00:00</updated>
<author>
<name>Nick Brassel</name>
<email>nick@tzarc.org</email>
</author>
<published>2021-11-22T22:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=7746aefe94cc4cd492bfafdef73d95d073f0603b'/>
<id>7746aefe94cc4cd492bfafdef73d95d073f0603b</id>
<content type='text'>
This reverts commit b6054c0206609f3755f71d819643644d250288b0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b6054c0206609f3755f71d819643644d250288b0.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Tests] Increase QMK test coverage (#13789)</title>
<updated>2021-11-22T21:15:04+00:00</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2021-11-22T21:15:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=b6054c0206609f3755f71d819643644d250288b0'/>
<id>b6054c0206609f3755f71d819643644d250288b0</id>
<content type='text'>
* Add per-test keymaps

* Add better trace and info logs for failed unit-tests

* Add layer state assertion with tracing message

* Use individual test binaries configuration options

* Add basic qmk functionality tests

* Add tap hold configurations tests

* Add auto shift tests

* `qmk format-c

* Fix tests

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add per-test keymaps

* Add better trace and info logs for failed unit-tests

* Add layer state assertion with tracing message

* Use individual test binaries configuration options

* Add basic qmk functionality tests

* Add tap hold configurations tests

* Add auto shift tests

* `qmk format-c

* Fix tests

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;</pre>
</div>
</content>
</entry>
</feed>
