Move pydiffx unit tests to pytest.
Review Request #12562 — Created Aug. 20, 2022 and updated — Latest diff uploaded
This officially replaces our nose-based runner with pytest. The old
tests/runtests.py
script is now a deprecated wrapper around just
callingpytest
.
Successfully ran unit tests for Python 3.7-3.11.