You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xushiyan opened this issue
Sep 15, 2024
· 1 comment
Labels
good first issueGood for newcomersp2pythonRelated to Python codebaserefactorCode refactoring without any functionality or behavior changerustRelated to Rust codebasetest
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.
The text was updated successfully, but these errors were encountered:
good first issueGood for newcomersp2pythonRelated to Python codebaserefactorCode refactoring without any functionality or behavior changerustRelated to Rust codebasetest
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.
The text was updated successfully, but these errors were encountered: