Skip to content

Failure information not displayed for setUp and init functions #1065

@anvacaru

Description

@anvacaru

When a setUp is failing, a single error is thrown with the name of the failing setup function.

        raise ValueError(f"Running setUp method failed for {len(failed)} contracts: {', '.join(failed_contract_names)}")

The logic from #1051 should also be used to process failing nodes of setUp methods.

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