Ali jawwad
6033c6957b
test(workflows): name the condition-rejection tests for the real boundary ( #3808 )
...
`test_validate_rejects_non_string_condition` contradicts its sibling
`test_validate_accepts_string_or_bool_condition` in the same class: a
bool *is* a non-string, so the two names disagree about the contract the
validator actually implements.
Rename to `test_validate_rejects_non_string_non_bool_condition` in all
three step classes, matching the validator's own message: "'condition'
must be a string or boolean, got <type>".
Test names only — no behaviour change, and the parametrized values are
untouched.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-07-29 10:38:02 -05:00
..
2026-07-29 08:40:26 -05:00
2026-07-27 10:33:56 -05:00
2026-07-10 11:47:36 -05:00
2026-07-28 07:52:07 -05:00
2026-07-29 10:03:14 -05:00
2026-07-28 17:29:27 -05:00
2026-07-23 08:27:29 -05:00
2026-02-10 14:27:20 -06:00
2026-05-07 12:51:20 -05:00
2026-06-19 17:07:20 -05:00
2026-07-01 15:55:18 -05:00
2026-07-22 11:08:32 -05:00
2026-07-21 11:40:15 -05:00
2026-07-22 11:08:32 -05:00
2026-07-28 11:23:02 -05:00
2026-07-28 17:21:42 -05:00
2026-06-09 06:13:07 -05:00
2026-07-01 13:50:53 -05:00
2026-07-21 11:40:15 -05:00
2026-06-04 11:34:05 -05:00
2026-05-14 12:52:14 -05:00
2026-07-21 11:40:15 -05:00
2026-07-01 16:34:46 -05:00
2026-06-03 16:02:26 -05:00
2026-07-24 09:13:53 -05:00
2026-07-28 07:52:07 -05:00
2026-07-10 11:47:36 -05:00
2026-07-29 10:03:14 -05:00
2026-07-28 07:52:07 -05:00
2026-07-29 09:21:21 -05:00
2026-07-28 15:45:38 -05:00
2026-07-21 18:28:40 +01:00
2026-07-01 15:55:18 -05:00
2026-06-19 12:05:42 -05:00
2026-06-17 06:48:42 -05:00
2026-07-10 11:47:36 -05:00
2026-07-22 16:26:24 -05:00
2026-07-29 10:10:10 -05:00
2026-05-26 13:18:34 -05:00
2026-07-28 07:52:07 -05:00
2026-07-29 08:56:18 -05:00
2026-07-22 11:08:32 -05:00
2026-07-22 11:08:32 -05:00
2026-07-22 15:18:10 -05:00
2026-07-29 08:54:10 -05:00
2026-07-08 07:45:01 -05:00
2026-06-29 16:37:40 -05:00
2026-07-21 11:40:15 -05:00
2026-07-21 11:40:15 -05:00
2026-07-28 15:48:40 +01:00
2026-06-24 14:52:24 -05:00
2026-07-21 11:40:15 -05:00
2026-07-22 18:06:59 +01:00
2026-07-24 09:13:53 -05:00
2026-07-22 15:18:10 -05:00
2026-06-09 06:13:07 -05:00
2026-07-24 09:46:36 -05:00
2026-06-03 16:02:26 -05:00
2026-07-07 14:52:36 -05:00
2026-07-29 10:38:02 -05:00