Skip to content

Standardize exit statuses #104

@dag

Description

@dag

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions