You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run() should do something more programmatic such as raise different exceptions depending on the outcome of the test run, if it had failures. It should not explicitly exit or raise SystemExit.
main() should be sensitive to the API of run() and translate to SystemExits.
Reporters should not handle exiting, but may need the ability to suppress exits for e.g. GUI reporters.
The text was updated successfully, but these errors were encountered:
run() should do something more programmatic such as raise different exceptions depending on the outcome of the test run, if it had failures. It should not explicitly exit or raise SystemExit.
main() should be sensitive to the API of run() and translate to SystemExits.
Reporters should not handle exiting, but may need the ability to suppress exits for e.g. GUI reporters.
The text was updated successfully, but these errors were encountered: