Pedro Calleja
Results
1
issues of
Pedro Calleja
It would be nice an option in the dependency that force to collect and execute the required test. For example: ```python import pytest @pytest.mark.dependency() @pytest.mark.xfail(reason="deliberate fail") def test_a(): assert False...
enhancement