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

Make expect_eq and friends more hygienic #475

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 3, 2024

  1. Make expect_eq and friends more hygienic

    Currently, `expect_that!` doesn't work unless both `verify_eq!` and `verify_that` are in scope.
    
    This is okay or users of the prelude, but not for those who don't.
    
    I've noticed that googletest-rust has a number of other macro hygiene issue, but to avoid making an overly large PR, I'll address them as I come across them.
    eopb committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2e88080 View commit details
    Browse the repository at this point in the history