Metadata-Version: 2.1
Name: pytest-ok
Version: 2019.4.1
Summary: The ultimate pytest output plugin
Home-page: https://github.com/ndevenish/pytest-ok
Author: Nicholas Devenish
Author-email: ndevenish@gmail.com
Maintainer: Nicholas Devenish
Maintainer-email: ndevenish@gmail.com
License: BSD-3
Description: # OK
        
        [![PyPI version](https://img.shields.io/pypi/v/pytest-ok.svg)](https://pypi.org/project/pytest-ok)
        [![Python versions](https://img.shields.io/pypi/pyversions/pytest-ok.svg)](https://pypi.org/project/pytest-ok)
        [![See Build Status on Travis CI](https://travis-ci.org/ndevenish/pytest-ok.svg?branch=master)](https://travis-ci.org/ndevenish/pytest-ok)
        ![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)
        
        The ultimate pytest output plugin
        
        ## Features
        
        * Prints 'OK' after every test is run
        
        
        ## Installation
        
        You can install "pytest-ok" via `pip`_ from `PyPI`_::
        
            $ pip install pytest-ok
        
        
        ## License
        
        Distributed under the terms of the `BSD-3` license, "pytest-ok" is free and open source software
        
        
        ## Issues
        
        If you encounter any problems, please file an issue along with a detailed description.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
