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

test: integrate tests directly into bindings #86

Closed
wants to merge 1 commit into from

Conversation

ianprime0509
Copy link
Owner

This removes the separate test package in favor of including a test step in the generated bindings themselves. Besides simplicity, a major advantage of this approach is that doctests can be written for extensions and show up in the generated documentation.

TODO:

  • Ensure members of types (methods, etc.) are also referenced during the test step
  • Make it so that all the tests will actually pass (either by skipping broken modules or by fixing the underlying issues)
  • Figure out what to do with the ABI tests
  • Actually remove the test package

This removes the separate `test` package in favor of including a `test` step in the generated bindings themselves. Besides simplicity, a major advantage of this approach is that doctests can be written for extensions and show up in the generated documentation.
@ianprime0509
Copy link
Owner Author

Integrated in other commits pushed to main.

@ianprime0509 ianprime0509 deleted the integrated-tests branch December 26, 2024 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant