Skip to content

Releases: epsy/repeated_test

v2.3.3

18 Jul 07:01
b7e6151
Compare
Choose a tag to compare

What's Changed

  • Remove six now that Python 2 is unsupported. by @tjni in #29
  • Switch to common delivery workflow by @epsy in #30

New Contributors

  • @tjni made their first contribution in #29

Full Changelog: v2.3.1...v2.3.3

v2.3.1

13 Oct 06:55
21d279a
Compare
Choose a tag to compare

What's Changed

  • Add a built-in way to assign a name to an alternative passed to options() or with_options_matrix() by @epsy in #23
  • Add evaluated to allow part of a fixture to be created by a function run at test time with options as input by @epsy in #24
  • Make Evaluated callable. by @epsy in #25
  • Fix class names being set to "_test" by with_options on subclasses by @epsy in #26
  • Update docs with @evaluated and NamedAlternative() by @epsy in #27
  • fix missing imports in docs by @epsy in #28

Full Changelog: v2.2.1...v2.3.1

v2.3.0a4

05 Sep 01:50
416a24f
Compare
Choose a tag to compare
v2.3.0a4 Pre-release
Pre-release

What's Changed

  • Fix class names being set to "_test" by with_options on subclasses by @epsy in #26

Full Changelog: v2.3.0a3...v2.3.0a4

v2.3.0a3

25 Jul 09:08
6805ed2
Compare
Choose a tag to compare
v2.3.0a3 Pre-release
Pre-release

What's Changed

  • Make Evaluated callable. by @epsy in #25

Full Changelog: v2.3.0a2...v2.3.0a3

v2.3.0a2

17 Jul 19:22
a8a1f15
Compare
Choose a tag to compare
v2.3.0a2 Pre-release
Pre-release

What's Changed

  • Add evaluated to allow part of a fixture to be created by a function run at test time with options as input by @epsy in #24

Full Changelog: v2.3.0a1...v2.3.0a2

v2.3.0a1

17 Jul 13:42
d27ac1a
Compare
Choose a tag to compare
v2.3.0a1 Pre-release
Pre-release

What's Changed

  • Add a built-in way to assign a name to an alternative passed to options() or with_options_matrix() by @epsy in #23

Full Changelog: v2.2.1...v2.3.0a1

2.2.1

03 Jul 01:11
aeb332f
Compare
Choose a tag to compare

What's Changed

  • Add a class-level with_options / with_options_matrix decorator by @epsy in #16
  • Add with-options entrypoints to top-level package by @epsy in #17
  • Remove unused Python 2 code by @epsy in #18
  • Add repeated_test.skip_option to remove an option/keyword argument from a test matrix by @epsy in #19
  • allow options() to be used as a context manager by @epsy in #20
  • Add documentation for all the new options features + improve options context manager tests by @epsy in #21
  • Document skip_option by @epsy in #22

Full Changelog: v2.1.3...v2.2.1

2.2.0a3

01 Jul 07:58
bee04c0
Compare
Choose a tag to compare
2.2.0a3 Pre-release
Pre-release

What's Changed

  • Add repeated_test.skip_option to remove an option/keyword argument from a test matrix by @epsy in #19

Full Changelog: v2.2.0a2...v2.2.0a3

2.2.0a2

23 Mar 03:17
0f0397c
Compare
Choose a tag to compare
2.2.0a2 Pre-release
Pre-release

What's Changed

  • Add with-options entrypoints to top-level package by @epsy in #17
  • Remove unused Python 2 code by @epsy in #18

Full Changelog: v2.2.0a1...v2.2.0a2

2.2.0a1

21 Mar 01:38
6923ece
Compare
Choose a tag to compare
2.2.0a1 Pre-release
Pre-release

What's Changed

  • Add a class-level with_options / with_options_matrix decorator by @epsy in #16

Full Changelog: v2.1.3...v2.2.0a1