AlexTelon / FlexiCharge-Backend

6 stars 10 forks source link

Add unit testing to OCPP messages #103

Closed knowittobias closed 1 year ago

knowittobias commented 2 years ago

Create unit tests that validate that OCPP messages are encoded/decoded correctly and that this process can handle illegal data in a robust way.

fiallos00 commented 2 years ago

Validation functions has been added using https://ajv.js.org/ but no Unit Tests yet

John-Wennerberg commented 1 year ago

Related to issue #162 and will be implemented with that issue. Closing as not planned