|
|
|
|
|
by dkersten
2272 days ago
|
|
You test the logic in unit tests with any hardware interaction mocked. Even if you can't test a lot of the driver, there is surely some logic (data structure manipulation, buffer construction, etc) that you have factored out into testable functions. |
|
FWIW, I agree 100% with you. It's just simply not the way the world works.