Add test for set_config for NIDAQ device #21

Open
opened 2025-05-27 14:46:46 +02:00 by appel_c · 2 comments
appel_c commented 2025-05-27 14:46:46 +02:00 (Migrated from gitlab.psi.ch)

The set_config method seems to be important for the device integration. I would propose to add a test to cover a few cases here. Since this is relatively closely linked to the backend, I would propose that @hitz_s or @clark_a adds this. I prepared a test method already with #TODO #20:

def test_set_config(mock_nidaq):
    dev = mock_nidaq
    # TODO #21 Add test logic for set_config, issue created # 
The set_config method seems to be important for the device integration. I would propose to add a test to cover a few cases here. Since this is relatively closely linked to the backend, I would propose that @hitz_s or @clark_a adds this. I prepared a test method already with #TODO #20: ```python def test_set_config(mock_nidaq): dev = mock_nidaq # TODO #21 Add test logic for set_config, issue created # ```
appel_c commented 2025-05-27 14:46:46 +02:00 (Migrated from gitlab.psi.ch)

assigned to @clark_a and @hitz_s

assigned to @clark_a and @hitz_s
appel_c commented 2025-05-27 14:46:55 +02:00 (Migrated from gitlab.psi.ch)

changed the description

changed the description
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bec/debye_bec#21