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
I'm running windows 11 and this does not seem to work for me. I had success with dotnet and dart test plugins using neotest. So I know basic features of neotest are working.
However, there seems to be trouble getting anything to run. Test detection works great, but running the tests and getting output does not work.
I'm running trying to run it for my neovim plugins. I've created a simple simple project to try out this plugin. I'm including those files here for reference.
There is just a single test with these contents
describe("My test test group --", function()
it("should work", function()
assert.are.same(1, 1)
end)
end)
Which should work every time.
Running this command to test from the terminal works for me
Starting...Scheduling: .\lua\tests\test_spec.lua
========================================
Testing: D:/Programming/neovim/test_neotest_with_plenary_runner/lua/tests/test_spec.lua
Success || My test test group -- should work
Success: 1
Failed : 0
Errors : 0
========================================
Here is an image of the test tree which just shows spinning loading bars forever
I've already started diving into the code and will create a pull request to help compare my work and get more suggestions.
I've found problems with getting the init.lua path and also trying to generate the new path to the run_tests.lua script.
But, even after these fixes I'm still stuck! What could be wrong? I'm not sure where to start debugging next.
The text was updated successfully, but these errors were encountered:
I'm running windows 11 and this does not seem to work for me. I had success with dotnet and dart test plugins using neotest. So I know basic features of neotest are working.
However, there seems to be trouble getting anything to run. Test detection works great, but running the tests and getting output does not work.
I'm running trying to run it for my neovim plugins. I've created a simple simple project to try out this plugin. I'm including those files here for reference.
There is just a single test with these contents
Which should work every time.
Running this command to test from the terminal works for me
Here is an image of the test tree which just shows spinning loading bars forever
I've already started diving into the code and will create a pull request to help compare my work and get more suggestions.
I've found problems with getting the init.lua path and also trying to generate the new path to the run_tests.lua script.
But, even after these fixes I'm still stuck! What could be wrong? I'm not sure where to start debugging next.
The text was updated successfully, but these errors were encountered: