rcasia / neotest-java

Neotest adapter for Java.
MIT License
44 stars 24 forks source link

Tests are marked as "skipped" when using @DisplayName #70

Closed M4urici0GM closed 7 months ago

M4urici0GM commented 10 months ago

Description

Apparently it has an issue that tests with @DisplayName are marked as skipped, no matter if passed or not:

image

when i run the test: image

I was able to fix this issue on my fork, the thing is i think i've broke the paramiterized tests xD Idk if is something you can reuse, i refactored a bunch of stuff

image

rcasia commented 9 months ago

Thank you. Hopefully I will be able to check it out soon.

rcasia commented 7 months ago

Fixed in #80