Metadata-Version: 1.1
Name: pytest-testbook
Version: 0.0.4
Summary: A plugin to run tests written in Jupyter notebook
Home-page: https://github.com/ldiary/pytest-testbook
Author: Ernesto D. Luzon Jr.
Author-email: please_raise_a_bug_in_myrepo@github.com
License: MIT
Description: pytest-testbook

        ===================================

        

        .. image:: https://travis-ci.org/ldiary/pytest-testbook.svg?branch=master

            :target: https://travis-ci.org/ldiary/pytest-testbook

            :alt: See Build Status on Travis CI

        

        .. image:: https://ci.appveyor.com/api/projects/status/github/ldiary/pytest-testbook?branch=master

            :target: https://ci.appveyor.com/project/ldiary/pytest-testbook/branch/master

            :alt: See Build Status on AppVeyor

        

        A plugin for executing tests written in Jupyter notebook

        

        ----

        

        This `Pytest`_ plugin was generated with `Cookiecutter`_ along with `@hackebrot`_'s `Cookiecutter-pytest-plugin`_ template.

        

        

        Features

        --------

        

        * TODO

        

        

        Requirements

        ------------

        

        * Latest version of Python (currently Python 3.5); Sorry, I haven't tested it on Python 2.7 or any other versions.

        * Latest version of pytest (currently pytest 2.9)

        * Jupyter

        

        

        Installation

        ------------

        

        You can install "pytest-testbook" via `pip`_ from `PyPI`_::

        

            $ pip install pytest-testbook

        

        

        Usage

        -----

        

        * TODO

        

        Contributing

        ------------

        Contributions are very welcome. Tests can be run with `tox`_, please ensure

        the coverage at least stays the same before you submit a pull request.

        

        License

        -------

        

        Distributed under the terms of the `MIT`_ license, "pytest-testbook" is free and open source software

        

        

        Issues

        ------

        

        If you encounter any problems, please `file an issue`_ along with a detailed description.

        

        .. _`Cookiecutter`: https://github.com/audreyr/cookiecutter

        .. _`@hackebrot`: https://github.com/hackebrot

        .. _`MIT`: http://opensource.org/licenses/MIT

        .. _`BSD-3`: http://opensource.org/licenses/BSD-3-Clause

        .. _`GNU GPL v3.0`: http://www.gnu.org/licenses/gpl-3.0.txt

        .. _`Apache Software License 2.0`: http://www.apache.org/licenses/LICENSE-2.0

        .. _`cookiecutter-pytest-plugin`: https://github.com/pytest-dev/cookiecutter-pytest-plugin

        .. _`file an issue`: https://github.com/ldiary/pytest-testbook/issues

        .. _`pytest`: https://github.com/pytest-dev/pytest

        .. _`tox`: https://tox.readthedocs.org/en/latest/

        .. _`pip`: https://pypi.python.org/pypi/pip/

        .. _`PyPI`: https://pypi.python.org/pypi

        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
