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

Clear abort flag at the begin of RunTest #433

Closed Garados007 closed 1 year ago

Garados007 commented 1 year ago

This prevents that an abortflag from a previous RunTest has some influence for data generator of the current RunTest. Previously, the abort flag is cleared at the test run begin hook which is called after the data generator.

Close #431

Garados007 commented 1 year ago

@t-b @MichaelHuth The pipeline is not finished yet but I think it's ready for review.