Add structured Mismatch
class
#644
Labels
area:v3
Relating to the pact.v3 module
difficulty:easy
A simple task appropriate for newcomers to the codebase
smartbear-supported
This issue is supported by SmartBear
type:feature
New feature
Have you read the Contributing Guidelines on issues?
Description
Replace the generic
dict[str, Any]
returned by a mismatch with a more informative class:pact-python/src/pact/v3/pact.py
Lines 407 to 412 in 5e52872
Has this been requested on Canny?
No response
Motivation
A new class would facilitate the programmatic handling of mismatches, and avoid the use of
Any
.Have you tried building it?
No response
Self-service
The text was updated successfully, but these errors were encountered: