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_logs should allow restricting min_level to a file/module as JULIA_DEBUG does #55616

Open
IanButterworth opened this issue Aug 28, 2024 · 0 comments
Labels
testsystem The unit testing framework and Test stdlib

Comments

@IanButterworth
Copy link
Member

@test_logs min_level=Debug ... enables all Debug logging, but testing usually wants to test @debugs from specific source.

A workaround is using match_mode=:any i.e. JuliaLang/Pkg.jl#4007

@IanButterworth IanButterworth added the testsystem The unit testing framework and Test stdlib label Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testsystem The unit testing framework and Test stdlib
Projects
None yet
Development

No branches or pull requests

1 participant