Skip to content

Get rid of --instafail commandline argument? #22

@The-Compiler

Description

@The-Compiler

Thanks a lot for this plugin! It probably saved me countless hours of waiting for my testsuite to finish 🙂

I assume most testsuites with pytest-instafail installed will always want to enable it. This can be done with addopts = --instafail in a pytest.ini.

However, at that point the pytest-instafail plugin needs to be installed for the tests to work at all, which is a bit unfortunate. What do you think about enabling it when installed by default, similar to what e.g. pytest-sugar does? That would avoid this issue, and it's still possible to disable it using pytest's -p no:instafail.

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