Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: append #[::core::prelude::v1::test] only if it does not exist #46

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 19, 2024

  1. fix: append #[::core::prelude::v1::test] only if it does not exist

    This way if preceding test macros add `#[::core::prelude::v1::test]` by
    appending, then we can avoid duplicated test runs.
    
    See also frondeus/test-case#101, frondeus/test-case#143
    
    Closes d-e-s-o#35.
    kezhuw committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    da8927c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    6524936 View commit details
    Browse the repository at this point in the history