You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertlen(test_step["commands"]) ==2, "Both default and custom api tests should be run"
242
242
243
243
st_cmd=test_step["commands"][0]
244
-
assertany("SCHEMATHESIS_HOOKS=cloudharness_test.apitest_init"inenvforenvintest_step['environment']), "Prerun hook must be specified in environment"
244
+
assertany("SCHEMATHESIS_HOOKS=cloudharness_test.apitest_init"inenvforenvintest_step['environment']), "SCHEMATHESIS_HOOKS hook must be specified in environment"
245
245
assert"api/openapi.yaml"inst_cmd, "Openapi file must be passed to the schemathesis command"
246
246
247
247
assert"-c all"inst_cmd, "Default check loaded is `all` on schemathesis command"
248
-
assert"--hypothesis-deadline="inst_cmd, "Custom parameters are loaded from values.yaml"
248
+
assert"--exclude-deprecated"inst_cmd, "Custom parameters are loaded from values.yaml"
0 commit comments