Switch pydiffx's test runner to pytest.

Review Request #12609 — Created Sept. 19, 2022 and submitted — Latest diff uploaded

Information

DiffX
pydiffx/release-1.x

Reviewers

This switches us entirely over to pytest, replacing the old nose test
runner. We've been using pytest for development, but haven't made it
officially a part of the codebase.

The old tests/runtests.py remains, but now wraps pytest, warning of
deprecation.

Unit tests pass on all supported versions of Python.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Switch pydiffx's test runner to pytest.
This switches us entirely over to pytest, replacing the old nose test runner. We've been using pytest for development, but haven't made it officially a part of the codebase. The old `tests/runtests.py` remains, but now wraps pytest, warning of deprecation.
8dfdb1561ffc9354a31c308df1dce89552a4b890 Christian Hammond
python/dev-requirements.txt
python/tests/runtests.py
Loading...