byte-physics / igortest

Igor Pro Universal Testing Framework
https://docs.byte-physics.de/igor-unit-testing-framework/
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Require optional function parameter for reentry #393

Closed Garados007 closed 1 year ago

Garados007 commented 1 year ago

The function parameter are now checked if they are all optional as in the test cases. This fixes the loose function signature check in Igor 6 like it was done in 085e3d3 (Require optional parameter for test methods, 2022-10-07).

Close #270

Garados007 commented 1 year ago

@t-b @MichaelHuth Ready for review