Skip to content

Releases: anapaulagomes/pytest-picked

v0.5.1

06 Nov 23:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

0.5.0

27 Jul 15:47
211c01a
Compare
Choose a tag to compare

Modified

  • Make main the default parent branch (#148)
  • Drop support to Python 3.5 and 3.6, and add support to 3.9, 3.10, and 3.11

Add optional parameter to point to different parent branch

22 Dec 12:42
4d4a8d0
Compare
Choose a tag to compare

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

07 Mar 16:55
Compare
Choose a tag to compare

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)

25 Nov 11:17
9581d3d
Compare
Choose a tag to compare
  • Remove pipenv
  • Update dependencies

Speed it up and use pytest convention

13 Jul 17:53
Compare
Choose a tag to compare
  • 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

24 May 09:49
Compare
Choose a tag to compare

Run the tests according with changed files