Add --pytest argument to `rbext test`.

Review Request #13077 — Created May 30, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

This adds a flag for opting into the new pytest-based test runner.

  • Ran rbext test -m rbintegrations and saw it run the tests with the
    old nose runner, showing a warning about the change in the future.
  • Ran rbext test -m rbintegrations --pytest and saw it run all of the
    same tests via pytest.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Add --pytest argument to `rbext test`.
This adds a flag for opting into the new pytest-based test runner. Testing Done: - Ran `rbext test -m rbintegrations` and saw it run the tests with the old nose runner, showing a warning about the change in the future. - Ran `rbext test -m rbintegrations --pytest` and saw it run all of the same tests via pytest.
13641b3a33c9063c765d72dfd8e30ba86a253075 David Trowbridge
reviewboard/cmdline/rbext.py
Loading...