:py:mod:`buildtest.tools.modules` ================================= .. py:module:: buildtest.tools.modules Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: buildtest.tools.modules.get_module_commands .. py:function:: get_module_commands(modules) Return a list of module command as a list of instructions based on ``module`` property which can be defined in the configuration or compiler schema Args: modules (dict): The module property specified in buildspec or configuration file Returns: list: a list of module commands