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

Should @testsnippet be reexported by this package? #91

Open
juliohm opened this issue Aug 24, 2024 · 2 comments
Open

Should @testsnippet be reexported by this package? #91

juliohm opened this issue Aug 24, 2024 · 2 comments

Comments

@juliohm
Copy link

juliohm commented Aug 24, 2024

When we add using TestItemRunner in the beginning of runtests.jl it exports all macros, except @testsnippet. We needed to also import TestItems to get things working.

@davidanthoff
Copy link
Member

The idea really is that there are no test items (nor includes) in runtests.jl, just the macro call to run the tests, so that one doesn't need to load TestItems.jl. That should then work, right?

@juliohm
Copy link
Author

juliohm commented Aug 25, 2024 via email

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

No branches or pull requests

2 participants