Skip to content

Testing Python bindings #29

@fjarri

Description

@fjarri

Python bindings can be tested in two ways:

  • from the Rust side (presumably)
  • from the Python side

Do we need only one of those? Both? How to call them from CI?

Testing from the Rust side will increase Rust code coverage. Testing from the Python side is closer to the user experience, but mostly we will be testing how well pyO3 works, since we don't write any Python code directly. Would be nice to test at least the Python example though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIContinuous integrationPythonRelated to Python bindingstestsTest suite

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions