Metadata-Version: 2.4
Name: pytest-dependency
Version: 0.5.1
Summary: Manage dependencies of tests
Home-page: https://github.com/RKrahl/pytest-dependency
Author: Rolf Krahl
Author-email: rolf@rotkraut.de
Maintainer: Rolf Krahl
Maintainer-email: rolf@rotkraut.de
License: Apache Software License 2.0
Project-URL: Documentation, https://pytest-dependency.readthedocs.io/
Project-URL: Source Code, https://github.com/RKrahl/pytest-dependency
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 :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
License-File: LICENSE.txt
Requires-Dist: pytest>=3.6.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: requires-dist
Dynamic: summary

pytest-dependency - Manage dependencies of tests

This pytest plugin manages dependencies of tests.  It allows to mark
some tests as dependent from other tests.  These tests will then be
skipped if any of the dependencies did fail or has been skipped.
