imas_validator.rules.loading.load_rules_from_path¶
- imas_validator.rules.loading.load_rules_from_path(rule_path: Path, result_collector: ResultCollector) list[IDSValidationRule]¶
Make a list of files that might contain rulesets
- Parameters:
- rule_path: Path¶
Path for file that might contain rulesets
- result_collector: ResultCollector¶
ResultCollector where the found tests will deposit their results after being run
- Returns:
List IDSValidationRule objects from given file
Last update:
2025-08-29