Ralph[m]1: > <@rursprung:matrix.org> i think it's great if you're writing a driver. i've used this for all my doc-tests (and other tests). it's not exactly easy to have real hardware running in a CI ;) > also, it might be that you don't have a HAL for your device which implements the necessary API already (e.g. new API or obscure/outdated HAL). > > it's not covering everything of course, but a generic driver can never be tested against all hardware. having unit tests against mocks and manual tests on real hardware is a good combination (and has saved my ass several times) And 👆️