mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
4 lines
252 B
Text
4 lines
252 B
Text
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.
|