Is it planned to add a test suite to lantz-drivers to check driver behaviour?
This would be useful to have some check of driver operation/quality without having real devices at hand. For example, see InstrumentKit's large test suite, especially how the expected_protocol context manager can be used to define and check against known-good message traffic with a device (e.g. from the device manual).
Is it planned to add a test suite to lantz-drivers to check driver behaviour? This would be useful to have some check of driver operation/quality without having real devices at hand. For example, see InstrumentKit's large test suite, especially how the
expected_protocol
context manager can be used to define and check against known-good message traffic with a device (e.g. from the device manual).