Skip to content

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

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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