We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All tests are being migrated to pytest parameterized style. Old Style: https://github.com/analogdevicesinc/pyadi-iio/blob/master/test/test_ad9361.py New Style: https://github.com/analogdevicesinc/pyadi-iio/blob/master/test/test_ad9361_p.py
The tests that need attention are:
Older tests should be removed once replaced.
The text was updated successfully, but these errors were encountered:
kister-jimenez
No branches or pull requests
All tests are being migrated to pytest parameterized style.
Old Style: https://github.com/analogdevicesinc/pyadi-iio/blob/master/test/test_ad9361.py
New Style: https://github.com/analogdevicesinc/pyadi-iio/blob/master/test/test_ad9361_p.py
The tests that need attention are:
Older tests should be removed once replaced.
The text was updated successfully, but these errors were encountered: