1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Metadata-Version: 1.2
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
Description: 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.
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 :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
|