chore(tests): Add tests to output generation (#1340)

* chore(tests): added tests to outputs

* fix(timestamp): change timestamp coming from config
This commit is contained in:
Nacho Rivera
2022-08-23 11:51:40 +02:00
committed by GitHub
parent fb0429b2a5
commit 182d0381c3
5 changed files with 317 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ aws_services_json_file = "providers/aws/aws_regions_by_service.json"
default_output_directory = getcwd() + "/output"
output_file_timestamp = timestamp.strftime("%Y%m%d%H%M%S")
timestamp_iso = timestamp.isoformat()
csv_file_suffix = f"{output_file_timestamp}.csv"
json_file_suffix = f"{output_file_timestamp}.json"
json_asff_file_suffix = f"{output_file_timestamp}.asff.json"