Skip to content

Releases: dtrifiro/pytest-fzf

0.1.2.post1

06 Jan 19:50
a012fc3
Compare
Choose a tag to compare

What's Changed

  • gha: fix release workflow

Full Changelog: 0.1.2...0.1.2.post1

0.1.2

06 Jan 19:43
6839027
Compare
Choose a tag to compare

What's Changed

  • Add python 3.13 support, drop 3.9
  • fix previewer crash under certain situations (22e5592)
  • Bump mypy from 1.10.0 to 1.10.1 by @dependabot in #45
  • fix linting complaints by @dtrifiro in #50
  • gha: add merge_group by @dtrifiro in #51
  • update template by @github-actions in #54
  • Bump iterfzf from 1.4.0.51.0 to 1.4.0.54.3 by @dependabot in #52
  • update template by @github-actions in #55
  • Bump mypy from 1.10.1 to 1.13.0 by @dependabot in #53

Full Changelog: 0.1.1...0.1.2

0.1.1

03 Jul 15:24
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #40

Full Changelog: 0.1.0...0.1.1

0.1.0

07 Feb 17:41
Compare
Choose a tag to compare

New

  • use pygments for syntax highlighting of test functions preview by @dtrifiro in #27. bat can be used as fallback using --fzf-bat-preview flag.

Fixes

  • improve line number formatting in fzf listing by @dtrifiro in #28

Misc

Full Changelog: 0.0.14...0.1.0

0.0.14

15 Dec 13:33
34dd336
Compare
Choose a tag to compare

What's Changed

  • Add keybindings by @dtrifiro in #22
  • Remove extra setting of mark

Full Changelog: 0.0.13...0.0.14

0.0.13

14 Dec 17:24
Compare
Choose a tag to compare

What's Changed

Fixes

  • improve test selection/reporting by @dtrifiro in #20 (fixes selection of tests organized in classes)

Other

Full Changelog: 0.0.12...0.0.13

0.0.12

28 Nov 13:06
Compare
Choose a tag to compare

What's Changed

Fixes

Misc:

New Contributors

Full Changelog: 0.0.11...0.0.12

0.0.11

20 Nov 17:45
Compare
Choose a tag to compare

0.0.11

  • use cycle fzf flag so that test selection can be cycled
  • bump iterfzf to 1.1.0.44.0

Full Changelog: 0.0.10...0.0.11

0.0.10

15 Nov 22:45
Compare
Choose a tag to compare

What's Changed

  • handle ctrl-c during test selection by @dtrifiro in #3

Full Changelog: 0.0.9...0.0.10

0.0.9

13 Nov 21:27
9e48f1e
Compare
Choose a tag to compare

0.0.9

  • remove --fzf-query option, allow passing queries via --fzf (e.g. pytest --fzf <optional initial query>)
  • add missing space to default prompt

Full Changelog: 0.0.8...0.0.9