Skip to content

Parametrized fixture regression in branch fixture-stack #365

@oakkitten

Description

@oakkitten

as reported here and confirmed by my tests, branch fixture-stack runs a parametrized fixture a suboptimal amount of times.

running this example, output using current upstream master (5.4.1.dev422+gcf640a9b6, also 3.10.1 and some versions in between):

test_cats_dogs.py dog charlie
cat tom
.sssdog buddy
ss.scat simba
sss.dog charlie
s.ss

output from fixtue-stack:

test_cats_dogs.py dog charlie
cat tom
.sssdog buddy
cat tom
ss.scat simba
sss.dog charlie
cat simba
s.ss

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions