COVESA / vss-tools

Software for working with VSS (https://github.com/COVESA/vehicle_signal_specification)
Mozilla Public License 2.0
54 stars 55 forks source link

Add min/max handling tests #355

Closed erikbosch closed 4 months ago

erikbosch commented 4 months ago

@nwesem I added some more test cases on min/max for both int and float. If we would change min/max internal handling later this test case should at least catch any regressions we introduce to the most frequently used tools.

(This test by the way use the generic setup where the python file one level up search for subdirectories with no python file inside and perform a generic generation and comparison)

nwesem commented 4 months ago

Great idea! Looks good to me