You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with a recent change to the way the test files are resolved here - https://github.com/rcasia/neotest-java/blob/main/lua/neotest-java/util/resolve_qualified_name.lua#L57. The name can be empty, ending up with the final command containing only the package name, in the final comman i can see that for the TestConfiguration files, instead of a full entry now the command is filled with something like that -c=com.package.name. since if the file is a non-test file, the name is empty string, the entire entry should be skipped from the final command imo.
The text was updated successfully, but these errors were encountered:
One more thing, for some reason in the neotest tree, one still sees the non-test files, such as the test Configruration and utility classes, not sure if that is desireable at all.
There is an issue with a recent change to the way the test files are resolved here - https://github.com/rcasia/neotest-java/blob/main/lua/neotest-java/util/resolve_qualified_name.lua#L57. The name can be empty, ending up with the final command containing only the package name, in the final comman i can see that for the TestConfiguration files, instead of a full entry now the command is filled with something like that
-c=com.package.name.
since if the file is a non-test file, the name is empty string, the entire entry should be skipped from the final command imo.The text was updated successfully, but these errors were encountered: