
Некоторые проверки провалились
test / test (1.16.x) (push) Has been cancelled
test / test (1.17.x) (push) Has been cancelled
12 строки
313 Б
Go
12 строки
313 Б
Go
package godog
|
|
|
|
import "git.golang1.ru/softonik/godog/internal/flags"
|
|
|
|
// Options are suite run options
|
|
// flags are mapped to these options.
|
|
//
|
|
// It can also be used together with godog.RunWithOptions
|
|
// to run test suite from go source directly
|
|
//
|
|
// See the flags for more details
|
|
type Options = flags.Options
|