Skip to content

Integrate pytest-instafail functionality into the core #8720

@staticdev

Description

@staticdev

What's the problem this feature will solve?

When you have hours of tests to run (for example thousands of integration tests) you can be able to see the logs during execution and start fixing errors.

Actually, I found a 2015 question on StackOverflow about that but no solution there worked. I tried using flags -v, -rA, -v --tb=no and also --tb=line.

Describe the solution you'd like

Have a flag to show failed test's errors while executing the tests (instead of standard after all tests were executed).

Alternative Solutions

Some of the existing flags such as -v, -rA, -v --tb=no and also --tb=line have this behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: reportingrelated to terminal output and user-facing messages and errorstype: proposalproposal for a new feature, often to gather opinions or design the API around the new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions