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
NeoVim Version
NVIM v0.10.0-dev-2246+gf4b3636f2-Homebrew
Describe the bug
This is a separate bug report for the issues mentioned in #15. I wanted to create a separate report to avoid high-jacking that issue.
In some scenario's the test suite hangs when running tests. One scenario in particular that I encounter a lot seems to be the parametrize function from Python pytest.
The bug appears to be introduced with one of the latest commits 79e8968.
NeoVim Version
NVIM v0.10.0-dev-2246+gf4b3636f2-Homebrew
Describe the bug
This is a separate bug report for the issues mentioned in #15. I wanted to create a separate report to avoid high-jacking that issue.
In some scenario's the test suite hangs when running tests. One scenario in particular that I encounter a lot seems to be the
parametrize
function from Pythonpytest
.The bug appears to be introduced with one of the latest commits 79e8968.
To Reproduce
minimal.lua
test_bug.py
Steps to reproduce the behavior:
minimal.lua
andtest_bug.py
pytest
in your Python env (python -m pip install pytest
)nvim --clean -u minimal.lua test_bug.py
)<leader>tt
)Expected behavior
I expect to see 10 different passing tests.
Logs
neotest.log
Additional context
This message appears in
:messages
. It is slightly different from the issue I was referring to.The text was updated successfully, but these errors were encountered: