-
-
Notifications
You must be signed in to change notification settings - Fork 203
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: merge all tests for foreign.R into one test file #1713
Conversation
Current Aviator status
This PR was merged manually (without Aviator). Merging manually can negatively impact the performance of the queue. Consider using Aviator next time.
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
@@ -20,8 +20,12 @@ local_rng_version <- function(version, .local_envir = parent.frame()) { | |||
orig | |||
} | |||
|
|||
expect_isomorphic <- function(g1, g2) { | |||
expect_true(isomorphic(g1, g2)) | |||
expect_isomorphic <- function(g1, g2, ...) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also made sure this was use in all files
not many tests at the moment