gigl.common.utils.run_tests#

gigl.common.utils.test_utils.run_tests(start_dir: LocalUri, pattern: str, use_sequential_execution: bool = False) bool#
Args:

start_dir (LocalUri): Local Directory for running tests pattern (str): file text pattern for running tests use_sequential_execution (bool): Whether sequential exection should be used

Return:

bool: Whether all tests passed successfully