Commit Graph

10 Commits

Author SHA1 Message Date
e601e6df31 fix: preserve full error message in not() expectation failures
When using not() expectations with custom error messages, the message
was truncated because throwExpectationFailedException() passed all
arguments through shortenedExport() which limits strings to ~40 chars.

Uses the full export() method for arguments instead of shortenedExport()
so custom error messages are displayed in their entirety.

Fixes #1533
2026-04-07 18:12:54 +05:30
a310796165 Fixes filtering tests 2025-04-29 11:38:33 +01:00
f68d11ccae chore: bumps dependencies 2025-03-29 17:44:06 +00:00
e2d360b1b5 chore: adjusts tests 2024-09-03 14:09:03 +01:00
45cce6ce93 Style 2024-07-24 21:54:52 +01:00
eac6585a2e refactor: logger 2024-06-25 21:09:10 +01:00
1b68b340e8 chore: fixes static analysis 2024-03-14 19:39:31 +00:00
453133d382 chore: code style changes 2023-12-15 11:42:09 +00:00
10b210d2bb feat: compact console output by redacting object annotations 2023-06-16 23:48:20 +02:00
427ee89ae6 feat: improves exporter 2023-02-13 23:56:19 +00:00