- Add packaging/publish automation and release checklist guidance.
- Expand property-based coverage for additional contract edges.
- Bootstrapped
pytest-justpackage structure. - Added pytest plugin entry point and session-scoped
justfixture. - Implemented initial
JustfileFixtureaccessor and assertion API. - Added public-source-inspired example justfiles under
examples/public/. - Added example-driven tests validating core fixture behaviour.
- Added
USER_GUIDE.mdand draft project blog post. - Added property-based tests with
hypothesisfor key invariants. - Added CI workflow for pull requests and
mainbranch pushes.
uvfor project/dependency managementrufffor lintingtyfor type checkingpytestfor testshypothesisfor property-based testinglogurufor logging
448315e— initial repository bootstrap256383a— public justfile examples6752538— example-driven tests and usage docs