Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

rust-tdd

Neovim Plugin for TDD with Rust

image

Runs cargo test when a buffer containing a Rust source file that contains tests is written. Then immediately displays the results of those tests inside Neovim (see screenshot).

This is accomplished by parsing the output of cargo test.

Installation

lazy.nvim

{
    'daic0r/rust-tdd',
    config = function()
        require('rust-tdd').setup()
    end
}

About

Neovim Plugin for TDD with Rust

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages