[#2] Support verbose flag and include

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
Denis Kirillov 2024-10-09 17:21:21 +03:00
parent ca943e1dc8
commit e54a9c9e6c
3 changed files with 41 additions and 16 deletions

View file

@ -19,6 +19,7 @@ type Group struct {
Skip bool `json:"skip"`
Comment string `json:"comment"`
Tests []string `json:"tests"`
Include []string `json:"include"`
}
func ParseTestsStruct() (TestsStructure, error) {