nyoom-engineering / nyoom.nvim

A Neovim framework and doom emacs alternative for the stubborn martian hacker. Powered by fennel and the oxocarbon theme
MIT License
1.39k stars 82 forks source link

Add a testing module #117

Open AmitGolden opened 1 year ago

AmitGolden commented 1 year ago

I would be awesome if there was a testing module, that would include neotest, and would integrate with the debugger. I feel it's not the simplest thing to implement by hand so it would be great to have it built in!

shaunsingh commented 1 year ago

It's in the works! (and its based on neotest).

The module is actually pretty much done, I just need to add unit tests for Nyoom's macros, standard library, etc, which its taking a tad bit longer