-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: Add integration and acceptance tests for NI-DMM and NI-DAQmx drivers session management APIs #504
Conversation
tests/integration/session_management/test_nidaqmx_reservation.py
Outdated
Show resolved
Hide resolved
tests/integration/session_management/test_nidaqmx_reservation.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please reset my review once the requested changes are addressed
tests/assets/acceptance/session_management/1Daqmx2ChannelGroup2Pin1Site.pinmap
Outdated
Show resolved
Hide resolved
tests/assets/acceptance/session_management/1Daqmx2ChannelGroup2Pin1Site.pinmap
Outdated
Show resolved
Hide resolved
6408faf
to
07320b9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with suggestions.
4de2104
to
94addab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with one more minor suggestion
What does this Pull Request accomplish?
nidmm_measurement.py
andnidaqmx_measurement.py
test service modules and adds integration and acceptance tests for nidmm and nidaqmx driver-specific session management APIs.create_nidaqmx_tasks
fromnidcpower.Session
tonidaqmx.Task
since it was previously returning the wrong type."Why should this Pull Request be merged?
To add "nidmm" and "nidaqmx" driver-specific tests to the repository. #AB2564984
What testing has been done?
Ran mypy and pytest.