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': {}}}]"