nvim-treesitter/tests
2026-01-30 17:10:46 +01:00
..
indent feat(bash): add indents query 2026-01-03 11:29:39 +01:00
query fix(nix): make all bash injections combined 2026-01-29 10:41:43 +01:00
README.md doc(test): add documentation for running tests 2026-01-30 17:10:46 +01:00

Quick start (running tests)

  1. To run a particular test file:
make tests TESTS=indent/c_spec.lua
  1. To run all the tests, you will need to install all language parsers. Run make parsers to install them into .test-deps/nvim-{os}-{arch}/share. This could take some time.

Then, to run all query tests:

make tests TESTS=query

To run all indent tests:

make tests TESTS=indent