Open chipsenkbeil opened 7 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