Description
Adds dependency management between pytest tests. It helps test suites skip or order checks based on whether prerequisite tests passed.
Test dependencies can make failures easier to read, but they can also hide independent problems. Use them sparingly and keep critical behavior covered by direct tests.