nvim-neorg / neorg

Modernity meets insane extensibility. The future of organizing your life in Neovim.
GNU General Public License v3.0
6.35k stars 209 forks source link

test: add proper tests to `core.dirman` #1466

Closed vhyrro closed 3 months ago

vhyrro commented 3 months ago

This PR adds a working test suite using luarocks test, allowing us to run tests for the entire codebase.

It's recommended to run tests using make test.

For the time being, I added some basic tests for core.dirman. I expect to eventually cover most of the codebase to account for as many cases as possible :)