Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.5 KB

CHANGELOG.rst

File metadata and controls

63 lines (46 loc) · 1.5 KB

Change Log

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.1.4 - 2017-11-30

Fixed

  • Hot fix for hard coding of wrong root node name (issue #21).

0.1.3 - 2017-11-26

Added

  • Add pytest cache integration support (PR #16).

Changed

  • Look for pytest.Item not pytest.Function. Thanks to @vodik for PR #17.

Fixed

  • Use node.name attribute to key test items/nodes (PR #20).

0.1.2 - 2017-11-26

Botched release - ignore.

0.1.1 - 2016-09-19

Changed

  • Move to IPython 5.0+ and use the new prompts API. No support has been kept for previous IPython versions but this does not affect the plugin's cli in any noticable way.

0.1 - 2016-08-02

Added

  • Initial plugin release which supports up to IPython 5.0 and includes docs but no unit tests.