All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added module
mock
to support part of the interface offered bypytest-mock
- Added support for nested fixtures
- Fixed usage of
pytest.mark.skip
(again).
- Fixed usage of
pytest.mark.skip
.
- Added
skip
to__all__
- Added support for
pytest.mark.skip
tests.
- Fixed issue with single argument in parametrized marker without stacking
- Added support for stacked parametrized decorators
- Initial version