Skip to content

Commit b5b1daf

Browse files
committed
Merge branch 'main' into develop
2 parents 3f52fd2 + a539dbe commit b5b1daf

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

poetry.lock

Lines changed: 14 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/test_operators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def test_operator(filename, check_type_str, evaluate_args, path, expected_result
179179
# There is not concept of "pre" and "post" in operator.
180180
data = load_json_file("api", filename)
181181
value = extract_data_from_json(data, path)
182+
print(evaluate_args, value)
182183
actual_results = check.evaluate(evaluate_args, value)
183184
assert actual_results == expected_result, ASSERT_FAIL_MESSAGE.format(
184185
output=actual_results, expected_output=expected_result

0 commit comments

Comments
 (0)