mickeynp / combobulate

Structured Editing and Navigation in Emacs with Tree-Sitter
GNU General Public License v3.0
911 stars 53 forks source link

How to run tests? #115

Closed DamienCassou closed 1 week ago

DamienCassou commented 1 week ago

combobulate is provided with a test suite but the README doesn't mention it. I tried make run-tests and make build-tests but they both fail with

Error: file-missing ("Cannot open load file" "No such file or directory" "tests/html-ts-mode/html-ts-mode.el")
mickeynp commented 1 week ago

You need the submodule

mickeynp commented 1 week ago

Some of the tests use html-ts-mode to run; there's a submodule dependency for that.

DamienCassou commented 1 week ago

Thank you very much. I get 649 tests, all passing.