diff --git a/ophyd_devices/devices/panda_box/utility_scripts.py b/ophyd_devices/devices/panda_box/utility_scripts.py index 26df29e..759f72b 100644 --- a/ophyd_devices/devices/panda_box/utility_scripts.py +++ b/ophyd_devices/devices/panda_box/utility_scripts.py @@ -1,4 +1,4 @@ -# skip-file +# pragma: no cover # We skip these utility scripts in the coverage report. """ Module with utility scripts to run on the PandaBox device. diff --git a/tests/test_panda.py b/tests/test_panda.py index 5354a67..1bf0712 100644 --- a/tests/test_panda.py +++ b/tests/test_panda.py @@ -107,7 +107,7 @@ def test_panda_add_status_callback(panda_box): def test_panda_receive_frame_data(panda_box, _signal_aliases): """Test that _receive_frame_data processes data and updates signals.""" - # Create a mock frame data dict + # Create a mock FrameData data = np.array( [ (np.float64(0), np.float64(10)), @@ -117,33 +117,43 @@ def test_panda_receive_frame_data(panda_box, _signal_aliases): dtype=[("FMC_IN.VAL1.Value", "