Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flaky unit test gui plotapi sharing storage
When running some of the gui unit tests in parallell, they would share storage. This was very prevalent for the test unit_tests/gui/test_main_window.py::test_that_gui_plotter_works_when_no_data, where the PlotApi would return data from the other tests (which running esmda). This is fixed in this commit by mocking the return value from PlotApi.
- Loading branch information