-
Could you please provide a quick example of how to use the summary window mappings?
The help file lists a table of mappings but I don't know how to trigger/map them properly.
I've tried `lua req…
-
How to configure the status in the signcolumn?
The `running` status is broken on my setup and I can't replace it with anything. Which font has this symbol? I'm using `Fira Code Nerdfont`
-
The latest commit 05a700f866e31f12b2d3144ecc437f77d4af531a breaks test discovery in python for me. Everything works fine with the commit before that. I'll test a bit if it affects all tests or just sp…
tbung updated
2 years ago
-
I see the guide on writing adapters, and I may do the work myself. Step 1, for me, is to record the task :)
-
Ref: #15. The following code will not currently run:
```ruby
RSpec.describe Class do
describe '.new' do
it 'handles the "." method naming convention' do
expect(Class.new).to be_a(Cl…
-
Hey 👋🏾
I'm a long time `vim-ultest` user and starting to try out `neotest` and adapt everything to how it was before (mostly). One thing that is "missing" is the option to display the test status …
-
When a file and a directory within the same directory have the same name(excluding the file's extension) neotest flattens the tree.
With this file tree:
```
src
├── mod_a
│ ├── mod_b
│ │ …
Bahex updated
2 years ago
-
An example test suite is based on pytest with the following structure:
- `data_test.py`
- `def test_foo(): ...`
But this test case is not detected: Neotest says "No tests found". However, If …
-
Thanks for this awesome plugin.
I have troubles using it, probably because of the wrong `jestCommand`. So I would like to debug, and you already added some log calls that maybe catch my problem.
How…
-
It would be cool if there was a way to mark tests for execution - for example via a toggle in the summary window - and then run them with a command like `run.run_selected()`. This would increase the f…