|
|
||
|---|---|---|
| .. | ||
| config | ||
| lua | ||
| README.md | ||
| init.vim | ||
| init.vim.orig | ||
| lua-diagnostics.sh | ||
README.md
how to run tests:
first make sure lua, lua rocks, and luarocks install busted are all set up.
then, run:
busted -p test_ lua/tests/
-pmeans the test files don't need some weird naming convention. I believe it also implies that all my files beging withtest_