brentmaxwell / LtAmp

Library and interface for the LT series of Fender Amplifiers
GNU General Public License v3.0
8 stars 1 forks source link

Unit test coverage for regression testing of library #17

Open brentmaxwell opened 10 months ago

brentmaxwell commented 10 months ago

Test for each message through mock device; for regression testing of the library

Check value received in the mock device, and the response sent from the mock device.

brentmaxwell commented 10 months ago

Use tests from the Google protobuf project