Daniel Woste
Daniel Woste
Receives could be executed in parallel. We need to wrap a function around the receiver_function and create a thread for it. Maybe we get problems, if the return value is...
Scenario: Plugin A inherits from Pattern A Plugin A inherhits from Pattern B, which inherits from Pattern A Python will throw an exception, because it can not build a clean...
If need-parts are used, `tr_link` does not check, if a given id (containing a string like 'need_id.part_id`) fits the target option. Used like: ```rst .. test-file:: My Test Data :file:...
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...
There shall be more configuration options: * Need-Type to create * Link-type to use * Custom options to set (related to test result/data)
We can use https://www.sphinx-doc.org/en/master/extdev/appapi.html#sphinx.application.Sphinx.setup_extension to load all needed external extensions instead of forcing the user to configure it for us in conf.py
If a given json file for ``.. test-env::`` is somehow corrupted, the whole build crashes. A meaningful warning would be better.