• Jérome Perrin's avatar
    tests: also consider python unittest failures in functional tests · 1b1dbf60
    Jérome Perrin authored
    It can happen that a test running selenium fail in python, but not in selenium,
    like for example test_result_module/20210615-CDADEC14/183
    To prevent such tests from being reported as PASS, we make the total number of
    failures being the sum of the python unittest failures and the selenium failures.
    1b1dbf60
__init__.py 9.31 KB