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 SRFI 64 test-group set up a runner if needed #1102

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

a2379
Copy link
Contributor

@a2379 a2379 commented Jan 19, 2025

Currently, this code will error:

(test-group "my-tests"
  (test-assert #t))

test-group should install a test runner if one does not exist.

@shirok shirok merged commit fa75d3d into shirok:master Jan 20, 2025
5 checks passed
@shirok
Copy link
Owner

shirok commented Jan 20, 2025

Thanks. This prompted me to reread the SRFI document, and I realize test-begin also need to install a runner if there's none, which will be uninstalled by matching test-end. I'll take this PR as is and will revise it from there.

@a2379 a2379 deleted the srfi-64-fix branch January 20, 2025 02:01
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.

2 participants