
* Attempting to provide a useful implementation of something compatible with testing.T * Handle Fail calls on the TestingT in the right place * Provide as much of testing.T as possible + tidy up * Add initial tests for testingT support * Check compatibility with testing.T and friends Co-authored-by: Piotr Bocheński <bochenski.piotr@gmail.com> * Update assert-godogs example to show new usage. Rename 'GetTestingT(ctx)' to 'T(ctx)' * Update changelog and readme with new usage * Improve test coverage * Review updates --------- Co-authored-by: Piotr Bocheński <bochenski.piotr@gmail.com>
27 строки
816 Б
Gherkin
27 строки
816 Б
Gherkin
# language: lt
|
|
@lang
|
|
Savybė: užkrauti savybes
|
|
Kad būtų galima paleisti savybių testus
|
|
Kaip testavimo įrankis
|
|
Aš turiu galėti užregistruoti savybes
|
|
|
|
Scenarijus: savybių užkrovimas iš aplanko
|
|
Duota savybių aplankas "features"
|
|
Kai aš išskaitau savybes
|
|
Tada aš turėčiau turėti 14 savybių failus:
|
|
"""
|
|
features/background.feature
|
|
features/events.feature
|
|
features/formatter/cucumber.feature
|
|
features/formatter/events.feature
|
|
features/formatter/junit.feature
|
|
features/formatter/pretty.feature
|
|
features/lang.feature
|
|
features/load.feature
|
|
features/multistep.feature
|
|
features/outline.feature
|
|
features/run.feature
|
|
features/snippets.feature
|
|
features/tags.feature
|
|
features/testingt.feature
|
|
"""
|