-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
CIContinuous integrationContinuous integrationPythonRelated to Python bindingsRelated to Python bindingstestsTest suiteTest suite
Description
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
Labels
CIContinuous integrationContinuous integrationPythonRelated to Python bindingsRelated to Python bindingstestsTest suiteTest suite