Modernize CI and DAWACO mock database testing#6
Merged
bdestombe merged 4 commits intoJun 2, 2026
Conversation
- migrate project metadata to Hatchling and Python 3.12+ - add CI matrix and lint/type/metadata validation gates - add synthetic mock database metadata, CLI, private DB mode, and regression tests Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| BestPractice | 10 minor |
| Security | 9 high |
| CodeStyle | 81 minor |
🟢 Metrics 19 complexity · 0 duplication
Metric Results Complexity 19 Duplication 0
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
…ng roles, operating principles, and methods for evaluating code and tests. Include guidelines for meaningful tests and emphasize the importance of empirical evidence in verifying correctness.
- ignore pre-existing Copilot instruction markdown in Prettier - apply Prettier formatting to README Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- configure Prettier to accept checkout-native line endings - allow the Prettier config through root JSON ignores Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Validation
uv run pytest testsuv sync --extra test --resolution lowest-direct --python 3.12anduv run pytest tests -n0uv run ruff check tests dawacotools\__init__.pyuv run ruff format dawacotools tests --checkuv run ty check testsuv run validate-pyproject pyproject.tomluv build