Releases: epsy/repeated_test
Releases · epsy/repeated_test
v2.3.3
v2.3.1
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
v2.3.0a3
v2.3.0a2
v2.3.0a1
2.2.1
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