Skip to content

[codex] Add pytest to dev tooling#43

Merged
dlq merged 1 commit into
aces:mainfrom
dlq:codex/add-pytest-dev-tooling
May 29, 2026
Merged

[codex] Add pytest to dev tooling#43
dlq merged 1 commit into
aces:mainfrom
dlq:codex/add-pytest-dev-tooling

Conversation

@dlq
Copy link
Copy Markdown
Contributor

@dlq dlq commented May 29, 2026

Summary

  • add pytest to the development extra in both packaging metadata files
  • document the tools installed by .[dev]
  • document the intended pytest command for focused unit tests

Why

The README already tells contributors to install .[dev], and the project plan calls for pytest-based unit tests. The local development extra should install the tools reviewers are expected to run.

Validation

  • .venv/bin/ruff check .
  • .venv/bin/ruff format --check .
  • .venv/bin/python -m pytest runs, but currently exits with code 5 because no pytest tests exist yet

@dlq dlq marked this pull request as ready for review May 29, 2026 18:12
@dlq dlq merged commit 2d3452b into aces:main May 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant