-
Notifications
You must be signed in to change notification settings - Fork 22
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
Custom options for test-file and co. #17
Comments
If this is implemented, does this mean, if I write
the "links" option and the value set (via dynamic function) will be copied over to test-suite, test-case etc. because they are all linked with each other? Else how do you plan to set a option value for a need like test-case, which would be automatically generated? |
@twodrops Yes, but this is already done for But this behavior is missing for all other options, especially the ones defined in I think this also answers your second question: You set it in But |
ah I missed this part. Thanks for the hint.
Yes I agree that this would be a perfect solution than using 'needs_global_options'. |
Hello, I miss this feature too. Is it planned for an implementation ? Thanks for your great work |
No, nothing planned from my side, as I have currently too much load in other projects. |
Currently test-file and co. do not allow to set values for the extra_options and extra_links.
So Sphinx would claim about a not registered option.
test-file and co. should allow all options/links and just copy&paste them to the next level without any interpretation.
This would allow to set values for user specific options/links.
The text was updated successfully, but these errors were encountered: