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

Should not rely on fixed home path #287

Closed t-b closed 1 year ago

t-b commented 2 years ago

When tests rename the current experiment and save it to a new folder we currently fail things like instrumentation. This is because the home path is currently assumed to be same at the start and end of test run.

We should create our own path to store home and use that instead.