nvim-neotest / neotest-plenary

MIT License
32 stars 11 forks source link

Successful test shows as error #22

Open chipsenkbeil opened 2 months ago

chipsenkbeil commented 2 months ago
image
AbaoFromCUG commented 2 months ago

I guess db:load():wait() or utils.read_bufer() is aa async function, which means test process exit with 0, however you test code in incompleted: you code is just coroutine.yield()

I had a PR to fix async test question, https://github.com/nvim-neotest/neotest-plenary/issues/20

But this project seems that no one is maintaining it. You can checkout to my branch in https://github.com/AbaoFromCUG/neotest-plenary/tree/abao/fix_async temporarily