Metadata-Version: 2.1
Name: pytest-pigeonhole
Version: 0.3.1
Summary: UNKNOWN
Home-page: https://gitlab.com/kamichal/pigeonhole
Author: Michal Kaczmarczyk
Author-email: michal.s.kaczmarczyk@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
Requires-Dist: pytest (>=3.4)


Pigeonhole
==========

``pytest-pigeonhole`` is a pytest plugin that adds a terminal-summary in
whose outcomes are split along given fixture value.

It can be helpful if use parameterized fixtures with larger scope.

.. image:: https://gitlab.com/kamichal/pigeonhole/badges/master/pipeline.svg
    :target: https://gitlab.com/kamichal/pigeonhole/
    :alt: pipeline status
.. image:: https://img.shields.io/pypi/pyversions/pytest-pigeonhole.svg
    :target: https://pypi.org/project/pytest-pigeonhole/
    :alt: python versions
.. image:: https://img.shields.io/pypi/v/pytest-pigeonhole.svg
    :target: https://pypi.org/project/pytest-pigeonhole/
    :alt: package version
.. image:: https://img.shields.io/pypi/status/pytest-pigeonhole.svg
    :target: https://gitlab.com/kamichal/pigeonhole/
    :alt: development status



