Skip to content

Commit 8e52d0c

Browse files
authored
integration: add debug_trace* prestate tests with and without diff mode (#487)
* add test * add test * add test * add lint script
1 parent b3810d0 commit 8e52d0c

File tree

11 files changed

+2
-40
lines changed

11 files changed

+2
-40
lines changed

integration/lint_response.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def formatta_response_in_json_file(filepath):
3737
return False
3838

3939
with open(filepath, 'w', encoding='utf-8') as f:
40-
json.dump(data, f, indent=4)
40+
json.dump(data, f, indent=2)
4141

4242
return True
4343
else:
@@ -142,6 +142,7 @@ def scansiona_e_formatta_directory(directory_path):
142142
if formatta_response_in_tar_file(filepath):
143143
files_aggiornati += 1
144144
files_processati += 1
145+
145146

146147
print("-" * 50)
147148
print(f"Scansione completata. File elaborati: {files_processati}. File aggiornati: {files_aggiornati}.")

integration/mainnet/debug_traceBlockByNumber/test_32.json

Lines changed: 0 additions & 39 deletions
Large diffs are not rendered by default.
445 KB
Binary file not shown.
682 KB
Binary file not shown.
832 KB
Binary file not shown.
944 KB
Binary file not shown.
1.43 MB
Binary file not shown.
1.13 MB
Binary file not shown.
701 KB
Binary file not shown.
666 KB
Binary file not shown.

0 commit comments

Comments
 (0)