Skip to content

Latest commit

 

History

History
70 lines (36 loc) · 941 Bytes

CHANGELOG.md

File metadata and controls

70 lines (36 loc) · 941 Bytes

Changelog

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.

0.5.0

Added

  • Added module mock to support part of the interface offered by pytest-mock

Changed

Removed

Fixed

0.4.0

Added

  • Added support for nested fixtures

0.3.3

Fixed

  • Fixed usage of pytest.mark.skip (again).

0.3.2

Fixed

  • Fixed usage of pytest.mark.skip.

0.3.1

Fixed

  • Added skip to __all__

0.3.0

Added

  • Added support for pytest.mark.skip tests.

Changed

Removed

0.2.1

Changed

  • Fixed issue with single argument in parametrized marker without stacking

0.2.0

Added

  • Added support for stacked parametrized decorators

0.1.1

0.1.0

  • Initial version