Switch to pytest as the test runner.

Review Request #12487 — Created July 25, 2022 and submitted — Latest diff uploaded

Information

beanbag-docutils
master

Reviewers

This updates the codebase to use pytest instead of nose for running
unit tests. This helps us with testing on newer versions of Python, and
is consistent with our other codebases.

The old tests/runtests.py script will now wrap pytest.

Ran unit tests on all supported versions of Python.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3

Commits

First Last Summary ID Author
Switch to pytest as the test runner.
This updates the codebase to use `pytest` instead of `nose` for running unit tests. This helps us with testing on newer versions of Python, and is consistent with our other codebases. The old `tests/runtests.py` script will now wrap `pytest`.
309d4af8135b8a9cd57c83287e109d6f24d3d832 Christian Hammond
dev-requirements.txt
tests/runtests.py
Loading...