6 строки
100 Б
Go
6 строки
100 Б
Go
package godog
|
|
|
|
// needed in order to use godog cli
|
|
func GodogContext(s *Suite) {
|
|
SuiteContext(s)
|
|
}
|