python3-pytest-dependency

Manages dependencies of pytest test cases (Python 3)
  https://github.com/RKrahl/pytest-dependency
  0
  no reviews



This pytest plugin manages dependencies of tests. It allows one to mark some tests as dependent from other tests. These tests will then be skipped if any of the dependencies failed or were skipped.

This package installs the library for Python 3.