ni / semi-test-library-dotnet

Semiconductor Test Library
https://ni.github.io/semi-test-library-dotnet/
MIT License
3 stars 3 forks source link

Fix ContinuityTest #116

Closed lornazh closed 2 months ago

lornazh commented 2 months ago

What does this Pull Request accomplish?

Make sure current limit is positive (by computing absolute value from current level) before passing it to driver.

Why should this Pull Request be merged?

Continuity Test should not throw when input current level is a negative value.

What testing has been done?

Added an auto integration test.