Switch pydiffx's test runner to pytest.

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

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.

Summary ID
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
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (2fe5d72)
Loading...