File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# pytest-notebook
22
3- [ ![ Build Status] ( https://travis-ci.org/chrisjsewell/pytest-notebook.svg?branch=master )] ( https://travis-ci.org/chrisjsewell/pytest-notebook )
4- [ ![ Coverage Status ] ( https://coveralls.io/repos/github/chrisjsewell/pytest-notebook/badge.svg?branch=master )] ( https://coveralls.io/github/chrisjsewell/pytest-notebook?branch=master )
5- [ ![ Docs status ] ( https://readthedocs.org/projects/pytest-notebook/badge )] ( http://pytest-notebook.readthedocs.io/ )
3+ [ ![ CI Status] ( https://travis-ci.org/chrisjsewell/pytest-notebook.svg?branch=master )] ( https://travis-ci.org/chrisjsewell/pytest-notebook )
4+ [ ![ Coverage] ( https://coveralls.io/repos/github/chrisjsewell/pytest-notebook/badge.svg?branch=master )] ( https://coveralls.io/github/chrisjsewell/pytest-notebook?branch=master )
5+ [ ![ RTD ] ( https://readthedocs.org/projects/pytest-notebook/badge )] ( http://pytest-notebook.readthedocs.io/ )
66[ ![ PyPI] ( https://img.shields.io/pypi/v/pytest-notebook.svg )] ( https://pypi.org/project/pytest-notebook )
77[ ![ Conda] ( https://anaconda.org/conda-forge/pytest-notebook/badges/version.svg )] ( https://anaconda.org/conda-forge/pytest-notebook )
88[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ Changelog
22=========
33
44
5+ v0.6.0 (2019-08-13)
6+ -------------------
7+ - Add Coverage Functionality (#3) [Chris Sewell]
8+
9+ An ``ExecuteCoveragePreprocessor `` class has been implemented,
10+ and integrated into the ``NBRegressionFixture `` and ``pytest_notebook.plugin ``.
11+ Also, tests and a tutorial have been added.
12+
513v0.5.2 (2019-08-12)
614-------------------
715- Add documentation for beautifulsoup post-processor. [Chris Sewell]
You can’t perform that action at this time.
0 commit comments