tests.smartapp.testutil

Unit test utilities.

Module Contents

tests.smartapp.testutil.load_file(path: pathlib.Path) str

Load text of a single file as a string.

tests.smartapp.testutil.load_dir(path: pathlib.Path) dict[str, str]

Load text of all files in a directory into a dict.