Crates.io | toffee |
lib.rs | toffee |
version | 0.5.2 |
source | src |
created_at | 2020-05-27 08:40:24.76192 |
updated_at | 2022-11-11 17:32:40.773995 |
description | Get command to run to run specific test in a file |
homepage | https://github.com/meain/toffee |
repository | https://github.com/meain/toffee |
max_upload_size | |
id | 246594 |
size | 44,657 |
Send in filename and position of any file in any language, toffee returns the command needed to run the nearest test with the proper testing lib. It is a WIP, currently supports python, go and rust.
This is the main interface that toffee exposes, but this is mostly meant to be used from within your editor. The ideal flow will be use toffee to get the command that you need to run, then use your editor to start a shell or something that runs the actual test.
Examle implementation for Emacs here
Usage: toffee <filename> [<line_no>] [--full]
Get command to run to run specific test in a file
Options:
--full run full test suite
--help display usage information
$ toffee src/pickers/rust.rs
cargo test pickers::rust
$ toffee src/pickers/rust.rs 83
cargo test pickers::rust::tests::test_simple_find
OS | From | Command |
---|---|---|
- | crates.io | cargo install toffee |
macOS | homeberw | brew install meain/homebrew-meain/toffee |
- | nix | nix-env -iA nur.repos.meain.toffee |