rcarriga / vim-ultest

The ultimate testing plugin for (Neo)Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undetected Tests

Chaitanyabsprip opened this issue · comments

Language: dart/flutter
The tests aren't detected if the description of the text is on the next line (due to it being too long).

If I cut out a few words out of the description such that the description is on the sae line as the function call of test(), the tests are detected.

image

Can you run tests using vim-test (i.e. :TestNearest)?

The nearest test it detects are the one sapart from these two tests.

Yep so this is a problem with how vim-test finds tests so you'll have to raise an issue there. If a solution can be found I can port it to vim-ultest as well 😄

This problem is fixed in vim-test: vim-test/vim-test@9895268

LGTM, thanks for fixing @sidlatau! 😁 @Chaitanyabsprip please re-open if there are still issues