Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Distinguish between errors and failures in webapptests #39

@jernst

Description

@jernst

If I expect a given function to return 5 and:

  1. it returns 5, that's a "success"
  2. it returns 6, that's a "failure".
  3. it blows up, that's an "error"

Webapptest currently does not distinguish (well) between 2 and 3, and should. See #36 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions