Skip to content

Allow to generate a test with #[ignore] attribute #7

@svenfoo

Description

@svenfoo

Sometimes a test with a test resource is long-running and the documentation suggests to use the #[ignore] flag to exclude it from normal test runs. It doesn't seem possible to do that with the test_resources macro.

Maybe the macro could be extended to optionally accept a second parameter?

#[test_resources("res/input", ignore)

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