Open kenahoo opened 6 days ago
Yes, agreed.
At the moment the modules that are listed in the setup
section are import
ed into the test item module, but I think we should change that to using
instead, and then your scenario should work.
Technically that is a breaking change, but given how new all of this is I think we can just do that.
Yeah, that sounds good to me. After all, for a @testmodule
, if someone doesn't want stuff exported, they can just not export it. Thanks.
It would be very useful to export items from a
@testmodule
, but that appears not to be possible right now, correct?I have the following in a file called
test/test_test.jl
:When I run that from the VS Code testing pane, I get this output:
Is there some other technique besides this hacky workaround that I might have missed?
I'm using
TestItemRunner
v1.0.5 and VS Code 1.95.1. Thanks.