-
I use neotest with python and have noticed that when I run tests the colorcolumn gets moved to the right by one character on rows where the tick/cross is displayed. The line numbers also get messed up…
-
When I try to run a test pytest cannot find it. Pytest itself does work. I assume this is an error with the test path given to pytest. I am not sure if this should be an issue with neotest or neotest-…
tbung updated
2 years ago
-
I'm trying to run tests in an NX monorepo, it works with neotest-vim-test but not with this package
-
My test output has two things: the result of the test, and a stdout message about code coverage.
For some reason, only the code coverage stdout message is making it into the output file I seen in t…
-
I've been really enjoying ultest, so I am very excited about neotest. Thanks for building such great software.
Here are a few things I've noticed on latest neotest:
1. `lua require("neotest").ou…
-
Just wondering if there was a way to run the entire project?
I've tried `require('neotest').run.run(vim.fn.getcwd())` as well as `require('neotest').run.run('./...')` but neither worked.
Wondering…
-
_Creating an issue from the TODO item to have discussion_
I explored if using the [ETF format](https://www.erlang.org/doc/apps/erts/erl_ext_dist.html) could be an option. There exists a [lua parser…
-
Hey,
I am moving this issue over from the main repo. I am experiencing an issue where all tests are passing even if they should fail.
Here is a minimal init.lua
```lua
-- ignore default con…
-
I have a test file called `test_mytest.py` with the following contents:
```
3 import unittest
2
1
✖ 4 class MyTest(unittest.TestCase):
✔ 1 def test_my_test_case(self) -> No…
-
Are the examples supposed to work like this?
https://github.com/rcarriga/neotest/blob/6dede28d9a08157ed955b04278cddc4faa9d8708/doc/neotest.txt#L253
They do work like this:
```lua
lua require("ne…