-
-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PlenaryBustedDirectory hangs when run from existing NeoVim instance #319
Comments
I see something similar with neovim 0.7, I've tried enabling the tests in nixos but it hangs after displaying
|
I'm seeing this error too now, trying to run the tests for my papis.nvim plugin. Running
I recently switched from arch to nixos, and it used to work fine before. Running the tests individually works, but that's a bit tedious given the amount of tests. Can I do anything to troubleshoot the issue? @teto, have you ever managed to solve your issue (although it does look like it's somewhat different from mine)? I'm using the nvim plugins from nixpkgs unstable, so I should have the latest version of plenary. |
I can run plenary tests from the command line. For instance, I have a project
ifactor
with one test file intest/ifactor_spec.lua
. This works:However, when I try the same thing inside Neovim, I get a popup window that just says "Scheduling: /Users/smackesey/stm/code/lib/vim/ifactor/test/ifactor_spec.lua" and nothing else:
So the test files are correctly discovered but then something goes awry in the execution.
The text was updated successfully, but these errors were encountered: