You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the current tests (such those in #1319) run through open_raw and compute_Sv in order to test downstream functionalities that require both the Sv dataset and the correspondning EchoData object. We should upgrade these tests to use mocker patch and mock EchoData objects (I believe the core mechanism is already in place in tests/echodata/utils.py::get_mock_echodata - should probably make it a fixture that can be used elsewhere), so that we are not tied with the particularities of the test .raw files and are just testing the exact operations of these functions.
The text was updated successfully, but these errors were encountered:
Some of the current tests (such those in #1319) run through
open_raw
andcompute_Sv
in order to test downstream functionalities that require both the Sv dataset and the correspondningEchoData
object. We should upgrade these tests to use mocker patch and mockEchoData
objects (I believe the core mechanism is already in place intests/echodata/utils.py::get_mock_echodata
- should probably make it a fixture that can be used elsewhere), so that we are not tied with the particularities of the test .raw files and are just testing the exact operations of these functions.The text was updated successfully, but these errors were encountered: