sidlatau / neotest-dart

30 stars 8 forks source link

test declared inside for loops do not work #9

Open searleser97 opened 12 months ago

searleser97 commented 12 months ago

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

image

searleser97 commented 12 months ago

in VSCode it runs perfectly fine

image

searleser97 commented 12 months 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 11 months ago

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