Add --pytest argument to `rbext test`.
Review Request #13077 — Created May 30, 2023 and submitted — Latest diff uploaded
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.