You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement all missing methods for the Interaction class. The scope of 'all' here relates to the methods exposed by the FFI which typically either: construct a Interaction (returning an InteractionHandle); or, take an InteractionHandle as an argument and modify the underlying Pact
Ensure all new methods are systematically unit-tested.
Has this been requested on Canny?
No response
Motivation
Initial work implementing the Interaction class was done as part of #410; however, the scope of the PR was limited to a MWE to ease with the review and ensure that the more substantive/foundational parts can be reviewed and the finer implementation details can kept separate.
Have you tried building it?
Continuation of prior work
Self-service
I'd be willing to contribute this feature to Pact Python myself.
The text was updated successfully, but these errors were encountered:
👋 Hi! The 'smartbear-supported' label has just been added to this issue, which will create an internal tracking ticket in PactFlow's Jira (PACT-1397). We will use this to prioritise and assign a team member to this task. All activity will be public on this ticket. For now, sit tight and we'll update this ticket once we have more information on the next steps.
Description
Interaction
class. The scope of 'all' here relates to the methods exposed by the FFI which typically either: construct a Interaction (returning anInteractionHandle
); or, take anInteractionHandle
as an argument and modify the underlying PactHas this been requested on Canny?
No response
Motivation
Initial work implementing the
Interaction
class was done as part of #410; however, the scope of the PR was limited to a MWE to ease with the review and ensure that the more substantive/foundational parts can be reviewed and the finer implementation details can kept separate.Have you tried building it?
Continuation of prior work
Self-service
The text was updated successfully, but these errors were encountered: