Skip to content

Tests failing when run sequentially with PyTest, but pass when run individually #3

@tharen

Description

@tharen

Running all tests with pytest will result in some tests failing. The same tests will pass when run individually, e.g. pytest tests/test_fvs_fmsc.py, or when tests are restarted from the last failure, pytest --lf. This suggests that the test environment is being polluted by previous tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions