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

Testing Python bindings #29

Open
fjarri opened this issue Dec 2, 2020 · 0 comments
Open

Testing Python bindings #29

fjarri opened this issue Dec 2, 2020 · 0 comments
Labels
CI Continuous integration Python Related to Python bindings tests Test suite

Comments

@fjarri
Copy link
Contributor

fjarri commented Dec 2, 2020

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.

@fjarri fjarri added tests Test suite Python Related to Python bindings CI Continuous integration labels Dec 2, 2020
@fjarri fjarri changed the title Tests for Python bindings Testing Python bindings Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous integration Python Related to Python bindings tests Test suite
Projects
None yet
Development

No branches or pull requests

1 participant