Closed rec closed 1 year ago
Anything code after the device's callback isn't being tested because I don't want to depend on any specific device, but I can fairly easily mock up a device at least enough for unit testing!
An end-to-end test with writing a file and all would have caught #25, for example.
We already have a mock_data.py facility! :-)
Anything code after the device's callback isn't being tested because I don't want to depend on any specific device, but I can fairly easily mock up a device at least enough for unit testing!