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

Add expect-* macros to match the assert-* macros #164

Merged
merged 1 commit into from
Oct 16, 2023

Commits on Oct 14, 2023

  1. Add expect-* macros to match the assert-* macros

    These macros don't terminate the test, so in that respect they're similar to
    the `check-*` macros, but their signatures are like the `assert-*` macros, in
    which the assertion description is optional and if not supplied is
    auto-generated from the arguments.
    
    See discussion in dylan-lang#86
    cgay committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    79c9b77 View commit details
    Browse the repository at this point in the history