Expand description
Rust tests runner plugin. Rust test runner helpers integrating with Nvim.
Exposes a dictionary enabling cursor-aware test execution (run_test) by parsing the current buffer
with Treeโsitter to locate the nearest test function and spawning it inside a WezTerm pane.
All Nvim API failures are reported via [ytil_noxi::notify::error].
Enumsยง
- Target
Terminal ๐
Functionsยง
- dict
- [
Dictionary] of Rust tests utilities. - get_
test_ ๐runner_ for_ path - Get the application to use to run the tests based on the presence of a
Makefile.tomlin the root of a git repository where the supplied Path resides. - run_
test ๐ - run_
test_ ๐in_ nvim_ term - run_
test_ ๐in_ wezterm