godog/features
Mark Hughes 7017c73ef8
Provide a useful implementation of something compatible with testing.T (#571)
* 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>
2024-04-29 10:26:25 +02:00
..
formatter Provide a useful implementation of something compatible with testing.T (#571) 2024-04-29 10:26:25 +02:00
background.feature improve scenario outline tests and behavior 2015-06-30 14:36:38 +03:00
empty.feature Added a missed test file and updated the CHANGELOG 2020-04-30 14:32:13 +02:00
events.feature Implement unambiguous keywords (#509) 2023-01-23 14:22:19 +00:00
lang.feature Provide a useful implementation of something compatible with testing.T (#571) 2024-04-29 10:26:25 +02:00
load.feature Provide a useful implementation of something compatible with testing.T (#571) 2024-04-29 10:26:25 +02:00
multistep.feature Implement unambiguous keywords (#509) 2023-01-23 14:22:19 +00:00
outline.feature support for tags in outline examples, closes #133 2018-09-28 16:17:13 +03:00
run.feature feat: support auto converting doc strings to plain strings 2021-03-16 09:40:37 +01:00
snippets.feature feat: generate simpler snippets that use *godog.DocString and *godog.Table 2021-03-16 09:42:22 +01:00
tags.feature feat(step_definition): Allows to define step function without return. 2021-07-13 10:31:39 +02:00
testingt.feature Provide a useful implementation of something compatible with testing.T (#571) 2024-04-29 10:26:25 +02:00