mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
add full path to error messages
This commit is contained in:
@ -53,5 +53,5 @@ def run_all_fixtures(self, test_parser_path):
|
|||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
jc.parse(parser_name, f_in, quiet=True),
|
jc.parse(parser_name, f_in, quiet=True),
|
||||||
f_json,
|
f_json,
|
||||||
f"Should be equal for test files: '{file}.*'"
|
f"Should be equal for test files: '{file_path}.*'"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user