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
The project should implement "roundtrip" tests in order to exercise validation and, hopefully, help prevent the defects that led to the need to release v9.01 and v9.02
Parse BOM that is known to be valid
Generate a BOM based on what has been parsed
Compare input and output - Should be the same, otherwise either parsing or generation is broken
Validate output against schema - Should be valid, otherwise generation is broken
The text was updated successfully, but these errors were encountered:
@msymons thanks, I am working on this, also adding some backward compatibility tests as well, once I have a better idea and changes on what I wanna do I will create a PR
The project should implement "roundtrip" tests in order to exercise validation and, hopefully, help prevent the defects that led to the need to release v9.01 and v9.02
The text was updated successfully, but these errors were encountered: