Skip to content

Ordering ignored on specification of multiple testcases #42

@StLuke

Description

@StLuke

While calling pytest with multiple modules/classes/test methods, pytest ordering is ignored and instead ordering such as on command line is being used.

py.test foo.py bar.py dood.py

Will be ordered tests from foo.py -> bar.py -> dood.py regardless of pytest-ordering plugin, when dood.py should have been running before foo and bar based on test being wrapped with order 1 and foo.py and bar.py test being wrapped with higher order.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions