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

Testing fails locally when done repeatedly #718

Open
sbfnk opened this issue Mar 20, 2024 · 2 comments
Open

Testing fails locally when done repeatedly #718

sbfnk opened this issue Mar 20, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@sbfnk
Copy link
Contributor

sbfnk commented Mar 20, 2024

Result of repeated devtools::test()

`assert_input_interval(observed, lower, upper, 0.5)` did not throw the expected warning.

because the warning is only shown once by design.

@nikosbosse
Copy link
Contributor

Hm it does work when using the Rstudio test button, but I'm not entirely sure what that calls internally.
What would you suggest we do about this?

@seabbs
Copy link
Contributor

seabbs commented Mar 20, 2024

its becauase interactive testing isn't in a new process. I'd suggest skipping this test locally so it only runs on CI

@nikosbosse nikosbosse added the enhancement New feature or request label Mar 22, 2024
@nikosbosse nikosbosse added this to the scoringutils-2.x milestone Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

3 participants