Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 2.1 KB

CHANGELOG.md

File metadata and controls

61 lines (49 loc) · 2.1 KB

Changelog

0.5.0 - 2023-07-27

Added

  • 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 - 2020-12-17

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

0.4.4 - 2020-03-21

Fixed

  • Fix branch mode for renaming cases (#77)

0.4.3 - 2020-03-20

Fixed

  • Fix delete indicator for unstagged mode (#75)
  • Use git diff name-status for branch mode (#72)

0.4.1 - 2019-03-07

Modified

  • Support relative paths

0.4.0 - 2018-12-07

Added

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

0.3.2 - 2018-11-25

Added

  • Add pyup support

0.3.0 - 2018-08-09

Added

  • Option to run tests modified in the current branch

0.2.0 - 2018-07-13

Added

  • Filter tests according with pytest file convention
  • Only collects the tests from git status
  • LambdaLint with Pylint and Bandit and Black in Tox

0.1.0 - 2018-05-24

Added

  • Run the tests according with changed files