1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

add full path to error messages

This commit is contained in:
Kelly Brazil
2024-02-05 12:06:23 -08:00
parent 7d60df67f3
commit 0411940f75

View File

@ -53,5 +53,5 @@ def run_all_fixtures(self, test_parser_path):
self.assertEqual(
jc.parse(parser_name, f_in, quiet=True),
f_json,
f"Should be equal for test files: '{file}.*'"
f"Should be equal for test files: '{file_path}.*'"
)