|
| | GaudiTesting.utils.platform_matches (List[str] unsupported_platforms) |
| |
| | GaudiTesting.utils.str_representer (dumper, data) |
| |
| | GaudiTesting.utils.kill_tree (ppid, sig) |
| |
| | GaudiTesting.utils.which (executable) |
| |
| | GaudiTesting.utils.get_platform () |
| |
| | GaudiTesting.utils.expand_reference_file_name (reference) |
| |
| Dict[str, Any] | GaudiTesting.utils.filter_dict (Dict[str, Any] d, re.Pattern ignore_re) |
| |
| str | GaudiTesting.utils.compare_dicts (Dict[str, Any] d1, Dict[str, Any] d2, str ignore_re=None) |
| |
| | GaudiTesting.utils._parse_ttree_summary (lines, pos) |
| |
| | GaudiTesting.utils._parse_histos_summary (lines, pos) |
| |
| | GaudiTesting.utils.find_histos_summaries (stdout) |
| |
| | GaudiTesting.utils.find_ttree_summaries (stdout) |
| |
| | GaudiTesting.utils.file_path_for_class (cls) |
| |
| str | GaudiTesting.utils._format_path (List[str] path) |
| |
| bool | GaudiTesting.utils._floats_close (float a, float b, float rtol, float atol) |
| |
| None | GaudiTesting.utils._compare (Any obj1, Any obj2, List[str] path, float rtol, float atol, int max_differences, List[str] differences) |
| |
| None | GaudiTesting.utils.assert_objects_equal (Any obj1, Any obj2, float rtol=1e-9, float atol=0.0, int max_differences=10) |
| |