Closed jdpatt closed 2 years ago
Tests wouldn't run due to some imports and you had tests that just had pass. Fixed the imports and made the tests fail instead of falsely pass. Pytest will report them as expected to fail due to pytest.mark.xfail.
pass
pytest.mark.xfail
Tests wouldn't run due to some imports and you had tests that just had
pass
. Fixed the imports and made the tests fail instead of falsely pass. Pytest will report them as expected to fail due topytest.mark.xfail
.