Replies: 2 comments 1 reply
-
Have you tried to run |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello! Just stumbled on this one and I resolved a similar issue. First, increase the log level to debug, you might have an error and that message might be misleading. I did and it turned out the issue was I was using neovim 0.95 and you need 10 to use neotest-java |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm using AstroNvim with java community pack (which includes preconfigured nvim-jdtls and java-test), and try to configure neotest, but always I see the "No tests found" notification.
my neotest config
my nvim-jdtls config (only java runtimes, other options by default from java community pack)
my project is just spring initializer example
If I run :lua require('jdtls').test_nearest_method() it works fine
my tests summary
Where's I wrong with neotest configuration?
Beta Was this translation helpful? Give feedback.
All reactions