test plugins as modules for sphinx

This commit is contained in:
Ondrej Samohel 2020-10-17 00:50:38 +02:00
parent 386a3d8b5c
commit c18e3eef56
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7
373 changed files with 2747 additions and 15 deletions

View file

@ -17,7 +17,9 @@ def execute(args,
This will execute given command as process, monitor its output
and log it appropriately.
.. seealso:: :mod:`subprocess` module in Python.
.. seealso::
:mod:`subprocess` module in Python.
Args:
args (list): list of arguments passed to process.