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 1
1
# pytest-notebook
2
2
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/ )
6
6
[ ![ PyPI] ( https://img.shields.io/pypi/v/pytest-notebook.svg )] ( https://pypi.org/project/pytest-notebook )
7
7
[ ![ Conda] ( https://anaconda.org/conda-forge/pytest-notebook/badges/version.svg )] ( https://anaconda.org/conda-forge/pytest-notebook )
8
8
[ ![ 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
2
2
=========
3
3
4
4
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
+
5
13
v0.5.2 (2019-08-12)
6
14
-------------------
7
15
- Add documentation for beautifulsoup post-processor. [Chris Sewell]
You can’t perform that action at this time.
0 commit comments