-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
enhancementNew feature or requestNew feature or requestpkg:bloc_testThis issue is related to the bloc_test packageThis issue is related to the bloc_test package
Milestone
Description
Is your feature request related to a problem? Please describe.
Right now when my state differs from what I expect in bloc tests I get a big load of text on my screen showing what expected and actual states look like. The problem is, sometimes my state contains many items or the item itself is very big. It's REALLY hard to read it.
Describe the solution you'd like
I can see two solutions:
- Showing a diff as GitHub does.
- Outputting only the parts of the object that really differed. So that when I have some object as a state, but only 2 out of 25 fields differ, I'd only care to see those two fields' values instead of the whole object.
Describe alternatives you've considered
Right now I just copy&paste both expected and actual states to some diff checker online to see the difference.
Additional context
Find difference with your eye :)
Albert221, mateuszwojtczak, RobertOdrowaz, rohitkaradkar, makstheimba and 5 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpkg:bloc_testThis issue is related to the bloc_test packageThis issue is related to the bloc_test package
