You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMO it would make sense to add the expected results (e.g. a list of extracted obis codes, units and values) so that this can be used to create unit tests.
The text was updated successfully, but these errors were encountered:
I'm not sure how the expected files should look like. I'd expect the format to heavily depend on the actual implementation and how detailed it parses the data.
In sml-rs, I tried to make the parser lossless in a sense that every attribute present in the SML spec can be accessed. I'm using debug outputs of the parsed data for my expected files. I went through them once to see whether the output makes sense. I'm using them to detect regressions now.
Hello,
IMO it would make sense to add the expected results (e.g. a list of extracted obis codes, units and values) so that this can be used to create unit tests.
The text was updated successfully, but these errors were encountered: