Releases: anapaulagomes/pytest-picked
Releases · anapaulagomes/pytest-picked
v0.5.1
What's Changed
- Bump tox from 4.6.4 to 4.23.2 by @dependabot in #187
- Bump pre-commit from 3.3.3 to 4.0.1 by @dependabot in #186
- Add support to Python 3.12 and 3.13 dev by @anapaulagomes in #184
- Prevent branch mode warnings in unstaged mode by @stevelacey in #183
- Update packaging process by @anapaulagomes in #189
New Contributors
- @dependabot made their first contribution in #187
- @stevelacey made their first contribution in #183
Full Changelog: v0.5.0...v0.5.1
0.5.0
Add optional parameter to point to different parent branch
Added
- Add optional parameter, --parent-branch, to point to different parent branch (#113)
Modified
- Add fixture for git user configuration
- Skip "Publish to Test PyPi" workflow when there is no change on setup.py
Added --picked=first mode
Added --picked=first mode, which will run all tests, but with any changed tests queued first.
0.3.2: Remove pipenv and update dependencies (#22)
- Remove pipenv
- Update dependencies
Speed it up and use pytest convention
- Filter tests according with
pytest
file convention - Only collects the tests from
git status
- LambdaLint with Pylint and Bandit and Black in Tox
v0.1.0
Run the tests according with changed files