Skip to content
Snippets Groups Projects
Commit 006d2654 authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

[WIP] More works on pyrest tests for hivemind

- added empty pattern files for test data

Files will be filled with data in next commits.
parent 4deb22f6
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!20Dk issue 3 pyresttests
Showing
with 2 additions and 2 deletions
...@@ -30,8 +30,8 @@ def dict_str_eq(x, y): ...@@ -30,8 +30,8 @@ def dict_str_eq(x, y):
return x == y return x == y
COMPARATORS = {'dict_str_eq': dict_str_eq} COMPARATORS = {'dict_str_eq': dict_str_eq}
PATTERN_FILE_EXT = ".json.pat" PATTERN_FILE_EXT = ".pat.json"
OUTPUT_FILE_EXT = ".json.out" OUTPUT_FILE_EXT = ".out.json"
def dump_output(output_file_name, output): def dump_output(output_file_name, output):
""" Dump JSON output to the file. """ """ Dump JSON output to the file. """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment