mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00

- Unittest should contain substring '_spec' in filename. - This is the simplest way to use both lua and moonscript tests. - This prevents running of non-test scripts from test folder.