Crates.io | gotest |
lib.rs | gotest |
version | 0.1.1 |
source | src |
created_at | 2023-07-11 21:21:03.44209 |
updated_at | 2023-07-11 21:27:10.27142 |
description | A testing utility wrapper for Go written in Rust and Bash |
homepage | |
repository | https://github.com/Aryan7901/gotest |
max_upload_size | |
id | 914115 |
size | 3,985 |
A testing utility wrapper for Go written in Rust and Bash
This will test all files in the the directory and give the overall coverage in percentage
gotest
This will test all files in the specified directory
gotest <dir-name>
-h --html To create html output
-o To open the html output (to be used with -h)
-ho Combines both of the above flags