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:
@ -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}.*'"
|
||||
)
|
||||
|
Reference in New Issue
Block a user