Remove np.testing
from unit tests
#488
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
pytest
Based on the discussion in #423, we want to remove all instances of
np.testing
and switch to usingpytest
. #423 (comment) has an alternative to comparing two arrays using pytest.Wherever possible, use
parametrize
to better organize identical tests in 1 file. https://docs.pytest.org/en/7.3.x/how-to/parametrize.htmlBelow is an itemized list of the files that require these changes. If you are interested in working on one of these, comment with which item you want to work on. A maintainer will assign that item to you.
np.testing
fromtest_update_odometer.py
#546The text was updated successfully, but these errors were encountered: