gotest

Crates.iogotest
lib.rsgotest
version0.1.1
sourcesrc
created_at2023-07-11 21:21:03.44209
updated_at2023-07-11 21:27:10.27142
descriptionA testing utility wrapper for Go written in Rust and Bash
homepage
repositoryhttps://github.com/Aryan7901/gotest
max_upload_size
id914115
size3,985
(Aryan7901)

documentation

README

gotest

A testing utility wrapper for Go written in Rust and Bash

Usage

With no args

This will test all files in the the directory and give the overall coverage in percentage

gotest

With directory name specified

This will test all files in the specified directory

gotest <dir-name>

Flags

-h --html    To create html output
-o           To open the html output (to be used with -h)
-ho          Combines both of the above flags
Commit count: 6

cargo fmt