Skip to content

Make it possible to preserve order of test paths passed in by argument #17

@adamchainz

Description

@adamchainz

nose-randomly has the feature that nosetests path.One path.Two still runs path.One and path.Two in order, allowing reproduction with --randomly-seed=X much easier - once you've found a bad test order, just copy/paste it and rerun deleting paths one at a time.

pytest-randomly does not have this property because the pytest collection hooks are more generic. If possible adding this property would make it easier to debug such failures.

As noted by @tolomea

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