Restructure crates: rename karva_core, merge karva_static, rename karva_projects#436
Merged
MatthewMckee4 merged 1 commit intomainfrom Feb 7, 2026
Merged
Restructure crates: rename karva_core, merge karva_static, rename karva_projects#436MatthewMckee4 merged 1 commit intomainfrom
MatthewMckee4 merged 1 commit intomainfrom
Conversation
…va_projects - Split `karva_core` into `karva_test_semantic` (library) and `karva_worker` (binary), clarifying that the former is the test execution library and the latter is the worker subprocess binary - Add `run_tests()` public API to `karva_test_semantic` encapsulating Context + discovery + execution - Merge `karva_static` (3 constants) into `karva_system` where it was solely consumed - Rename `karva_projects` to `karva_test_projects` to avoid confusion with `karva_project` (singular) - Update `pyproject.toml` entry point from `karva-core` to `karva-worker` - Add architecture documentation to CONTRIBUTING.md covering the main-process + worker-subprocess model and crate map
Project Diff ResultsNo changes between this PR and main. |
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
|
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.
Summary
karva_coreintokarva_test_semantic(library) andkarva_worker(binary), clarifying that the former is the test execution library and the latter is the worker subprocess binaryrun_tests()public API tokarva_test_semanticencapsulating Context + discovery + executionkarva_static(3 env var constants) intokarva_systemwhere it was solely consumedkarva_projectstokarva_test_projectsto avoid confusion withkarva_project(singular)pyproject.tomlentry point fromkarva-coretokarva-workerTest plan
cargo run -p karva_dev generate-allsucceedsjust testpasses (434/434 tests)prek run -apasses (all checks including clippy, fmt, markdownlint)