arjuna.tpi.engine.relation module

arjuna.tpi.engine.relation.problem_in(*ids)

Exclusion Relation: Problem based test function exclusion with exclude_if.

Used to create a dependency of one test function on one or more other test functions.

Parameters

*ids – One or more test function ids.

Note

The depended-on test functions must belong to the same module as the dependent test function.