:py:mod:`anchor_python_utilities.fixture` ========================================= .. py:module:: anchor_python_utilities.fixture .. autoapi-nested-parse:: Utility functions may be useful for testing. Package Contents ---------------- Functions ~~~~~~~~~ .. autoapisummary:: anchor_python_utilities.fixture.call_with_arguments .. py:function:: call_with_arguments(module: types.ModuleType, arguments: List[str]) -> None Calls a module with arguments like they were passed on the command-line. :param module: a module that must have a :code:`main()` function. :param arguments: the arguments that are passed on the command-line (ignoring any initial program-name).