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

Use parallel testing #263

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Use parallel testing #263

merged 1 commit into from
Nov 17, 2023

Conversation

hadley
Copy link
Member

@hadley hadley commented Nov 17, 2023

No description provided.

@hadley hadley requested a review from gaborcsardi November 17, 2023 15:24
@@ -122,7 +122,7 @@ test_that("unload() removes package environments from search", {
pkgenv <- pkg_env("testNamespace")
nsenv <- ns_env("testNamespace")
unload("testNamespace")
unload("compiler")
suppressWarnings(unload("compiler"))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed previously because test-imports.R did the same thing, and the warning only occurs on the first unload.

@hadley hadley merged commit dd2d8ce into main Nov 17, 2023
12 checks passed
@hadley hadley deleted the testing branch November 17, 2023 15:47
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