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

Convert to cram tests #156

Merged
merged 13 commits into from
Jan 22, 2024
Merged

Convert to cram tests #156

merged 13 commits into from
Jan 22, 2024

Conversation

aantron
Copy link
Owner

@aantron aantron commented Dec 27, 2023

It is better for the test suite to create one process per test case, as the tests can be fairly invasive, can trash libuv state, trash the process file descriptor table, etc. In addition, cram-style tests are slightly easier to write than Alcotest tests, since only to-string conversions need to be done.

@aantron aantron merged commit 246c24c into master Jan 22, 2024
10 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.

1 participant