-
Notifications
You must be signed in to change notification settings - Fork 14
rename test_need as test_ is a reserved prefix in pytest #156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //src:license-check Status: 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: