Closed pierrepo closed 7 years ago
xfail
means that the test is expected to fail; in this case, they even have to fail (they are set to be strict failures). So everything is perfectly normal here.
Hence the return code of 0. Thanks for the explanation @jbarnoud.
By running tests with the last version of PBxplore (after integration of pytest as the new test engine):
I encountered two
xfail
tests:These xfailed tests do not seem very problematic since the final return code of the test suite is 0 (i.e. success). @jbarnoud could you have a look?