коммит
6dc6dccbf8
1 изменённых файлов: 3 добавлений и 3 удалений
|
@ -262,9 +262,9 @@ func TestMain(m *testing.M) {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
status := RunWithOptions("godog", func(s *Suite) {
|
status := godog.RunWithOptions("godog", func(s *godog.Suite) {
|
||||||
SuiteContext(s)
|
godog.SuiteContext(s)
|
||||||
}, Options{
|
}, godog.Options{
|
||||||
Format: format,
|
Format: format,
|
||||||
Paths: []string{"features"},
|
Paths: []string{"features"},
|
||||||
})
|
})
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче