ingeniamc / ingeniamotion

Motion library for Ingenia servo drives
Other
6 stars 0 forks source link

Ingm 513 some tests generate files on the git workspace #245

Closed polfeliu closed 3 days ago

polfeliu commented 2 weeks ago

[Doc] ZFU methods were generating file on the working folder instead of temp path. Additionally they weren't being removed, so they appeared on the repository as files to stage to commit.

I've changed that for actual temp directories, which as a side effect should also make the methods reentrant safe and tolerant to previous failures.

[Test] Unit tests, had to adapt the tests that always expected the same path, now it's dynamic and the folder is actually hidden from the user perspective