olimorris / neotest-rspec

๐Ÿงช Neotest adapter for RSpec. Works in Docker containers too
MIT License
88 stars 25 forks source link

Add support for dap to debug tests #70

Closed elken closed 1 month ago

elken commented 1 month ago

Allows debug tests to be invoked through neotest.

I've tested locally and it works as expected with nearest test, but it would also be worth testing with a minimal file. If you want me to add some tests for this I'm happy to ๐Ÿ˜„

Thanks for a great package!

olimorris commented 1 month ago

Thanks so much for this!! This had been on my todo list for a very long time and can't wait to try it out.

elken commented 1 month ago

I didn't notice until this morning that it wasn't ๐Ÿ˜„ Was surprisingly simple to setup in the end, though would be nice if upstream neotest had better adpater docs

olimorris commented 1 month ago

Completely agree. I think all of us adapter contributors have just learned from one another's efforts.