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

Conversation

cgay
Copy link
Member

@cgay cgay commented Oct 13, 2023

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 #86

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 cgay merged commit c52441d into dylan-lang:master Oct 16, 2023
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant