Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(v3): add __next__ implementation #447

Merged
merged 1 commit into from
Oct 31, 2023
Merged

fix(v3): add __next__ implementation #447

merged 1 commit into from
Oct 31, 2023

Conversation

JP-Ellis
Copy link
Contributor

📝 Summary

The various Pact iterators are empty at this stage as the returned classes are not implemented. As a result, this merely tests that the FFI *_next functions return a null pointer which raises a StopIteration exception in Python.

🚨 Breaking Changes

🔥 Motivation

Fix CI workflow

🔨 Test Plan

Has been tested locally

🔗 Related issues/PRs

None

The various Pact iterators are empty at this stage as the returned
classes are not implemented. As a result, this merely tests that the FFI
`*_next` functions return a null pointer which raises a `StopIteration`
exception in Python.

Signed-off-by: JP-Ellis <josh@jpellis.me>
@JP-Ellis JP-Ellis added difficulty:easy A simple task appropriate for newcomers to the codebase area:tests Relating to the testing type:fix Fix to an issue labels Oct 31, 2023
@JP-Ellis JP-Ellis self-assigned this Oct 31, 2023
@JP-Ellis JP-Ellis merged commit 887d5e5 into master Oct 31, 2023
24 of 34 checks passed
@JP-Ellis JP-Ellis deleted the fix/python-tests branch October 31, 2023 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:tests Relating to the testing difficulty:easy A simple task appropriate for newcomers to the codebase type:fix Fix to an issue
Projects
Status: ✅ Completed
Development

Successfully merging this pull request may close these issues.

None yet

1 participant