sidlatau / neotest-dart

31 stars 10 forks source link

test declared inside for loops do not work #9

Open searleser97 opened 1 year ago

searleser97 commented 1 year ago

Getting this error when trying to run any tests that are within a for loop

image

searleser97 commented 1 year ago

in VSCode it runs perfectly fine

image

searleser97 commented 1 year ago

Looks like we could use "line numbers" instead of test names based on https://github.com/Dart-Code/Dart-Code/issues/4021

searleser97 commented 1 year ago

FYI, working on a PR that uses lines right now, I have some working stuff at the moment, just making some more tests

GabrielVander commented 1 month ago

Any updates on this?

searleser97 commented 1 month ago

stopped working on it, sorry, haven't had the time, but it is possible, take a look at the comment I wrote about line numbers