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

Nice features from other UTFs for Igor Pro #11

Open t-b opened 5 years ago

t-b commented 5 years ago
Garados007 commented 1 year ago

Pass string into test assertion. This string is then outputted on a failed assertion.

Isn't this done with the INFO() statement?

t-b commented 1 year ago

Pass string into test assertion. This string is then outputted on a failed assertion.

Isn't this done with the INFO() statement?

Yes!

Garados007 commented 1 year ago

Random Seed was reset to a value of (1 / 32060) before each test function was called.

Do we need this? The user can do this in the test begin hooks for each test case...