pytest-dependency 0.6.0


pip install pytest-dependency

  Latest version

Released: Dec 31, 2023


Meta
Author: Rolf Krahl
Requires Python: >=3.4

Classifiers

Development Status
  • 4 - Beta

Framework
  • Pytest

Intended Audience
  • Developers

License
  • OSI Approved :: Apache Software License

Operating System
  • OS Independent

Programming Language
  • Python
  • Python :: 3.4
  • Python :: 3.5
  • Python :: 3.6
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12

Topic
  • Software Development :: Testing

GitHub Workflow Status Documentation build status PyPI version

pytest-dependency – Manage dependencies of tests

This module is a plugin for the popular Python testing framework pytest. It manages dependencies of tests: you may 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.

Documentation

See the online documentation.

The example test modules used in the documentation can be found in doc/examples in the source distribution.

No dependencies