[#2] Support verbose flag and include
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
ca943e1dc8
commit
e54a9c9e6c
3 changed files with 41 additions and 16 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue