test input: use explicit package declaration (#345)

This commit is contained in:
Arun Babu Neelicattu
2022-03-03 14:34:53 +01:00
committed by GitHub
parent 74205e3319
commit bd69862a02
78 changed files with 141 additions and 37 deletions

View File

@@ -78,7 +78,7 @@ async def generate_test_case_output(
"""
test_case_output_path_reference = output_path_reference.joinpath(test_case_name)
test_case_output_path_betterproto = output_path_betterproto.joinpath(test_case_name)
test_case_output_path_betterproto = output_path_betterproto
os.makedirs(test_case_output_path_reference, exist_ok=True)
os.makedirs(test_case_output_path_betterproto, exist_ok=True)