Add a ratex-py crate with integration tests#112
Open
westurner wants to merge 1 commit into
Open
Conversation
…and a /pyproject.toml - ratex-py is in lib.rs - Created `test_docutils_integration.py` for testing math rendering with docutils. - Created `test_sphinx_integration.py` for testing math rendering in Sphinx documentation builds. - Added basic structure and tests for various rendering scenarios including inline, block, and batch rendering. - Implemented error handling tests for invalid LaTeX inputs. - Introduced a `pyproject.toml` file for project metadata and build configuration using Maturin. - Added Rust integration tests in `test_integration.rs` to verify internal structures and functions.
Owner
|
Thanks for working on this. For now, I’d rather keep Python bindings outside of the main RaTeX repo. It’s a useful integration, but maintaining Python packaging, CI, releases, and API compatibility would be a separate ongoing commitment, and I want to keep the core repo focused on the Rust crates/renderers. I think this makes more sense as a community package. If you publish it separately, I’m happy to link it from the docs/README. Thanks again for the work here. |
Author
|
IDK when I'll get to this;
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.