v0.1.0b10
What's Changed
- restructuring fixture management by @matosys in #95
- use upper-case printing in final test result by @matosys in #97
- build(deps): bump certifi from 2023.7.22 to 2024.7.4 by @dependabot in #98
- fix(decorator_for_vdevice.py): use correct typing for attribute
vdevice
by @matosys in #99 - introduce register methods for static properties
_raw_fixtures
and_possible_method_variations
in collector by @matosys in #100 - refactor(solver.py): move setting of
prev_mark
intoTestcaseExecutor.__init__()
by @matosys in #101 - docs(conf.py): use environment variable
READTHEDOCS_CANONICAL_URL
forhtml_baseurl
by @matosys in #104 - introduce new parametrization functionality with
@balder.parametrize
and@balder.parametrize_by_feature
by @matosys in #103
Full Changelog: 0.1.0-beta.9...0.1.0-beta.10