gigl.common.utils.test_utils#
Attributes#
Classes#
| Container for CLI arguements to Python tests. | 
Functions#
| Parses test-exclusive CLI arguements. | |
| 
 | 
Module Contents#
- class gigl.common.utils.test_utils.TestArgs[source]#
- Container for CLI arguements to Python tests. 
- gigl.common.utils.test_utils.parse_args()[source]#
- Parses test-exclusive CLI arguements. - Return type:
 
- gigl.common.utils.test_utils.run_tests(start_dir, pattern, use_sequential_execution=False)[source]#
- Parameters:
- 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 
 
- Returns:
- Whether all tests passed successfully 
- Return type:
- bool 
 
