Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 796 Bytes

CHANGELOG.md

File metadata and controls

29 lines (22 loc) · 796 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.

  • Adapt to Node API changes in pytest-5.4 (Fixes #11)

[0.2.2] - 2019-05-24

  • Add hack for handling mock style objects
  • Add support for indented directives (Fixes #6)

[0.2.1] - 2018-09-09

  • Support sorting of doctests (Fixes #1)

[0.2] - 2017-11-10

  • Support for optionflags in .. testoutput::
  • Optionflags from pytest.ini are used as the default options

[0.1.2] - 2017-11-04

Added

  • This CHANGELOG file.