Skip to content

test: add some tests for the ei-scanner itself

Peter Hutterer requested to merge whot/libei:wip/scanner-tests into main

This is a bit convoluted because ei-scanner is named like that, so it cannot be imported as python module. The solution for that is to copy/rename it with meson to the builddir and run pytest in that. This also allows us to set the path to the protocol XML file while we're at it so we can use it as a fixture.

Actual tests are minimal for now, can be extended over time.

Merge request reports