L-A-Marchetti / BOMulus

📑 BOMulus is a Go application with a GTK-based GUI that allows users to compare and analyze BOM files. It provides version control functionality to identify added, deleted, and updated lines between two BOMs.
11 stars 1 forks source link

Unit testing #82

Closed L-A-Marchetti closed 1 month ago

L-A-Marchetti commented 1 month ago

A lot of unit testing in different packages.

A full test can be launched using :

go test components core export gui report

Or by launching the pre-push.sh bash script :

sh pre-push.sh