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

test(debug-files): Batch tests together #2234

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

szokeasaurusrex
Copy link
Member

This command only batches together the tests that require no extra setup. Some tests require per-test setup (specifically most of the bundle-jvm and most of the upload tests), so these are kept separate.

In the future, it likely makes sense to use assert_cmd for tests that require individual setup, and to use trycmd for tests which we can batch together.

This command only batches together the tests that require no extra setup. Some tests require per-test setup (specifically most of the `bundle-jvm` and most of the `upload` tests), so these are kept separate.

In the future, it likely makes sense to use `assert_cmd` for tests that require individual setup, and to use `trycmd` for tests which we can batch together.
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/batch-tests/debug-files branch from 415c286 to 4896faa Compare November 7, 2024 15:51
@szokeasaurusrex szokeasaurusrex enabled auto-merge (squash) November 7, 2024 15:52
@szokeasaurusrex szokeasaurusrex merged commit 653068d into master Nov 7, 2024
14 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/batch-tests/debug-files branch November 7, 2024 16:15
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