Run the test suite
extra_args (list[str]) – List of argument to pass to pytest when running the test suite. The default is [’–tb=short’, ‘–disable-pytest-warnings’].
exit (bool) – Flag indicating whether the test runner should exit when finished.
The status code from the test run if exit is False.
int
test