Metadata-Version: 2.0
Name: pytest-matrix
Version: 0.5
Summary: Provide tools for generating tests from combinations of fixtures.
Home-page: https://github.com/dburton90/pytest_matrix.git
Author: Daniel Bartoň
Author-email: daniel.barton@seznam.cz
License: GPLv3
Description-Content-Type: UNKNOWN
Keywords: pytest mixin pytest_matrix generating tests
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: pytest
Requires-Dist: pytest-lazy-fixture

This plugin provide simple way how to generate multiple test from combinations of setup data.


