Pytest Picked Versions Save

Run the tests related to the changed files (according to Git) 🤓

v0.5.0

10 months ago

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

0.4.6

3 years ago

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

v0.4.0

5 years ago

Added --picked=first mode, which will run all tests, but with any changed tests queued first.

0.3.2

5 years ago
  • Remove pipenv
  • Update dependencies

v0.2.0

5 years ago
  • 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

6 years ago

Run the tests according with changed files