From 54f2c986074b9005c9a6d439634f586618f4fa8c Mon Sep 17 00:00:00 2001 From: cason Date: Wed, 11 Dec 2024 12:14:53 -0500 Subject: [PATCH] feat: removed output generated file --- .gitignore | 3 +++ tests/algorithm/results/output.csv | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 tests/algorithm/results/output.csv diff --git a/.gitignore b/.gitignore index fa5eb979..9bf6dd81 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,6 @@ __pycache__/ # Databases *.sqlite3 + +# Test result files +output.csv diff --git a/tests/algorithm/results/output.csv b/tests/algorithm/results/output.csv deleted file mode 100644 index d593a1b8..00000000 --- a/tests/algorithm/results/output.csv +++ /dev/null @@ -1,7 +0,0 @@ -Test Case #,Expected Result,Match Result,Details -1,Should be a Match,match, -2,Should Not be a Match,no_match, -3,Should be a Match,no_match, -4,Should be a Match,match, -5,Should Not be a Match,no_match, -5,Should fail,Invalid record,"[{'type': 'value_error', 'loc': ['body', 'record', 'birth_date'], 'msg': 'Value error, month must be in 1..12: 1950-18-10', 'input': '1950-18-10', 'ctx': {'error': {}}}]"