I'm itching to try out what you put in for testing...
# arrow-meta
a
I'm itching to try out what you put in for testing cleanup for your Union work @raulraja - although when I was looking at the code this morning, I saw that you are still including the
annotations
dependency in your testing when I didn't see any annotations being marked in the source code. Perhaps I'm not understanding how this should work?
r
I include the annotations because I plan on testing all plugins at once
👍 1
I’m running all plugins despite the test just only does Unions to ensure it all continues to work
The Union plugin also runs in all other test to ensure I’m not breaking them
👍 1
just needs to run with Gradle because I think you and Imran where before running from the IDE run config
but if you use that you still need to use gradle test in those configs
a
we were originally, yeah - now I'm doing a
runAndPublishIde
, killing it, and then running the tests
I know that's probably not the fastest way to get what I need
r
if you are not testing the IDE you can just have a simple task that just runs test on the compiler-plugin module
👍 1
a
I will try that. Thank you so much!