We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aae033 commit e48ca3aCopy full SHA for e48ca3a
netcompare/check_type.py
@@ -29,6 +29,7 @@ def extract_value_from_json_path(
29
"""Return the value contained into a Mapping for a defined path."""
30
return extract_values_from_output(value, path, exclude)
31
32
+ # TODO: Refine this typing
33
def evaluate(self, reference_value: Mapping, value_to_compare: Mapping) -> Tuple[Mapping, bool]:
34
"""Return the result of the evaluation and a boolean True if it passes it or False otherwise.
35
0 commit comments