------------------
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`_).
.. _16: https://github.com/tgoodlet/pytest-interactive/pull/16
.. _17: https://github.com/tgoodlet/pytest-interactive/pull/17
.. _20: https://github.com/tgoodlet/pytest-interactive/pull/20
.. _vodik: https://github.com/vodik