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

Commits on Oct 31, 2023

  1. fix(v3): add __next__ implementation

    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 <[email protected]>
    JP-Ellis committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c4b4537 View commit details
    Browse the repository at this point in the history