Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document
run_args
limitation on Python Modules.
Arguments sent from Perl to Python can't be used (due to blessed references not properly translated to Python into usable objects) Python test modules do not support any other argument but `self`. A note of caution is added to warn against using any argument in the `run` function and updated examples This limitation is enforced now in os-autoinst and now documented in the docs Co-authored-by: Martchus <[email protected]>
- Loading branch information