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

Consolidate testing data modules #141

Open
xushiyan opened this issue Sep 15, 2024 · 1 comment
Open

Consolidate testing data modules #141

xushiyan opened this issue Sep 15, 2024 · 1 comment
Labels
good first issue Good for newcomers p2 python Related to Python codebase refactor Code refactoring without any functionality or behavior change rust Related to Rust codebase test
Milestone

Comments

@xushiyan
Copy link
Member

xushiyan commented Sep 15, 2024

Make crates/tests the centralized place for providing testing tables. Bind to python using pyo3 and use the testing helpers for python unit tests, and remove the existing testing fixture used in python.

The outcome would be for an IDE (e.g., vscode, rustrover) that imports this project should be able to run all the test suits out-of-the-box without further setup tweaking.

@xushiyan xushiyan added python Related to Python codebase rust Related to Rust codebase test p2 good first issue Good for newcomers labels Sep 15, 2024
@xushiyan xushiyan added this to the release-0.4.0 milestone Sep 16, 2024
@xushiyan xushiyan modified the milestones: release-0.4.0, release-0.3.0 Nov 30, 2024
@xushiyan xushiyan added the refactor Code refactoring without any functionality or behavior change label Nov 30, 2024
@xushiyan
Copy link
Member Author

@TheR1sing3un are you interested in picking this up? this is some low hanging fruit that we'd like to have so that we can ship faster

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers p2 python Related to Python codebase refactor Code refactoring without any functionality or behavior change rust Related to Rust codebase test
Projects
None yet
Development

No branches or pull requests

1 participant