We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa476e8 commit 3f8347bCopy full SHA for 3f8347b
tests/features/steps/hooks_steps.py
@@ -37,6 +37,8 @@ def step_impl_should_have_eval_details(context, hook_names):
37
if isinstance(actual, ErrorCode) or isinstance(actual, Reason):
38
actual = str(actual)
39
40
+ print("expected", value, "actual", actual)
41
+ print("expected type", type(value), "actual type", type(actual))
42
assert actual == value
43
44
0 commit comments