pytest-dependency

Manage dependencies of tests


Keywords
pytest, pytest-plugin, python, testing
License
Apache-2.0
Install
pip install pytest-dependency==0.3

Documentation

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.

Copyright and License

  • Copyright 2013–2015 Helmholtz-Zentrum Berlin für Materialien und Energie GmbH
  • Copyright 2016–2023 Rolf Krahl

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.