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

Avoid forcing the user to rerun with bogus background monitor setup #477

Open t-b opened 1 month ago

t-b commented 1 month ago

try running it again with runwithOpts(testsuite = "UTF_PatchSeqDAScale_Adapt.ipf", testcase = "PS_DS_AD1", allowdebug=1)

this gives

  Fatal: RunTest was called by user after background monitoring was registered. This is not supported.

I do get that quite often during development. I would prefer a warning message only and then that it tries to recover by itself without me having to call it again.