Skip to content
Commit 59da59e9 authored by hydrargyrum's avatar hydrargyrum
Browse files

tools/modules_testing_grid: monkeypatch unittest for TestCases

Since py3.4, generating a TestResult out of a TestSuite removes all
TestCases, which prevents from getting info from them.
Since we want info on TestCases, we have to force unittest not to remove
them, by monkeypatching.

xunitparser should be patched but it's unmaintained now.
parent 6c2f483d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment