-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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.