-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The PointFree folks implemented a Git diff style error logging in their test framework. It helps with identifying the difference between the expected and the actual output. Example:
State change does not match expectation: …
AppState(
// ...
description: "",
− id: 00000000-0000-0000-0000-000000000001,
+ id: 00000000-0000-0000-0000-000000000002,
isComplete: false
),
]
)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request