datopy.run_doctests.run_doctest_suite# run_doctest_suite( modules_to_test: tuple[str, ...], )[source]# Run doctests for all specified modules as a unittest suite. Parameters: modules_to_test (tuple[str, …]) – The filenames of the python modules containing doctests to be run.