rename test_need as test_ is a reserved prefix in pytest#156
rename test_need as test_ is a reserved prefix in pytest#156AlexanderLanin wants to merge 3 commits into
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //src:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
|
I think this makes sense overall from the approach. We should have the properties (LineNR, File, etc.) in the testcase xml line. So like: <testcase classname="" name="test_name" time="0.001" file="src/extensions/tests/test_file.py" lineNr=70 reqs="feat_req_1, feat_req_2" ... (whatever other things we need)/> |
Before adding any properties I simply wanted the xml file. Assuming this approach is correct, we'd need to move this to a generic place like tooling. That will take some days on it's own. Quite some effort just to use bazel caching :( |
That does make sense. Not sure where in the end the best way is for this to live, but for now let's keep it here and go step by step. |
|
@AlexanderLanin with #197 merged, can we close this? |
We want to include test results into docs build. Step 1 is generating a test results xml file.
State:
Current Output: