Releases: DataBooth/pytest-just
Releases · DataBooth/pytest-just
pytest-just v0.1.2
pytest-just v0.1.2 release announcement (draft)
Today I am releasing pytest-just v0.1.2: a pytest plugin for testing justfile contracts with fast, side-effect-aware checks.
pytest-just focuses on verifying recipe intent and structure:
- recipe existence, dependencies, parameters, aliases, and assignments
- rendered body checks via
just --show - safe smoke checks via
just --dry-runfor non-shebang recipes - clear, explicit error taxonomy for common failure modes
Highlights in this release:
- session-scoped
justfixture and pytest marker integration - real-world example corpus under
examples/public/andexamples/local/ - documentation in
README.mdandUSER_GUIDE.md - property-based tests with Hypothesis for core invariants
- CI checks on pull requests and
mainbranch pushes
Repository: https://github.com/DataBooth/pytest-just
Feedback, issues, and contributions are very welcome.