Skip to content

Commit 3f8347b

Browse files
committed
fixup! Implement gherkin hooks tests
Signed-off-by: christian.lutnik <[email protected]>
1 parent aa476e8 commit 3f8347b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/features/steps/hooks_steps.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ def step_impl_should_have_eval_details(context, hook_names):
3737
if isinstance(actual, ErrorCode) or isinstance(actual, Reason):
3838
actual = str(actual)
3939

40+
print("expected", value, "actual", actual)
41+
print("expected type", type(value), "actual type", type(actual))
4042
assert actual == value
4143

4244

0 commit comments

Comments
 (0)