Move Natspec syntax tests to natspecJSON

This commit is contained in:
Kamil Śliwak 2023-08-21 11:28:03 +02:00
parent d083925bed
commit dc68480f72
31 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ def print_ids_per_file(ids, id_to_file_names, top_dir):
def examine_id_coverage(top_dir, source_id_to_file_names, new_ids_only=False):
test_sub_dirs = [
path.join("test", "libsolidity", "natspecJSON"),
path.join("test", "libsolidity", "smtCheckerTests"),
path.join("test", "libsolidity", "syntaxTests"),
path.join("test", "libyul", "yulSyntaxTests")