[PATCH ezgb 6/6] Document local CI checks
Tamir Duberstein <[email protected]>
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <[email protected]> |
Replace the old pytest-only development instructions with the uv workflow and the local CI script. This keeps contributor documentation aligned with the checks used by the branch. Signed-off-by: Tamir Duberstein <[email protected]> --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ce65d34..e4cbdf8 100644 --- a/README.md +++ b/README.md @@ -59,16 +59,17 @@ make -C docs html Then open `docs/_build/html/index.html` in your browser. -## Running tests +## Development checks ```bash -pip install -e '.[dev]' -python -m pytest +uv sync --all-groups +./ci.sh ``` -The test suite includes unit tests (using real git objects in temporary -repos via pygit2) and integration tests that exercise the full stack -including the `git-bug` binary. +The CI script runs Ruff, ty, mypy, pyright, and pytest. The test suite +includes unit tests (using real git objects in temporary repos via +pygit2) and integration tests that exercise the full stack including the +`git-bug` binary. ## Contributing -- 2.53.0