Closed Lucas-C closed 6 years ago
Can you explain what it should do?
The "tq failure -p -a name < results.xml"
command will list all attributes "name"
of the "failure"
parent elements (which are "testcase"
elements).
Closing as PR #15 has been merged Thank you @plainas !
Hi.
I have this use case: after running my unit tests with
pytest
, I want to be able to re-run all failing tests.The tests results are stored in a XML fil with the following structure:
With this new
tq
option, I could do the following to rerun only the failed tests: