populse / populse_mia

Multiparametric Image Analysis
Other
10 stars 9 forks source link

[continuous integration] Unit tests in continuous integration are currently failing #195

Closed servoz closed 3 years ago

servoz commented 3 years ago

For Linux / Mac (travis) and Windows (appveyor)

servoz commented 3 years ago

Unit tests are now working again on the master branch (V2).

A lot of changes have been made for that, with a lot of work on undo/redo, but as the goal was to restart the UT I'm not sure if everything is set for undo/redo. There is a ticket about undo/redo (#187), it is a separate topic and it will be better to come back to this ticket specifically.

There were some necessary changes in capsul for the restart of UT. I made a PR for that (until this PR is validated, unit tests still won't work).

So the unit tests work now on a linux build and virtually also on macOS.

There is still a specific error on windows, I will open a new ticket specially for that.

I will also open a new ticket to find a new solution to do UT on linux since we can't use Travis now without paying!!!

I think we can now close this ticket!

denisri commented 3 years ago

Great ! The PR is merged in capsul.

servoz commented 3 years ago

nice !