From c581e959fa6e9f045a5a2ce5a4903f6e00425816 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 5 Feb 2024 12:44:34 -0800 Subject: [PATCH] formatting --- tests/utils_for_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/utils_for_test.py b/tests/utils_for_test.py index 9a1a7aa7..2887521c 100644 --- a/tests/utils_for_test.py +++ b/tests/utils_for_test.py @@ -48,10 +48,10 @@ def run_all_fixtures(self, test_parser_path): if not fixtures: raise ValueError(f"No fixtures found for '{parser_name}' tests!") - _test_print(f"\nRun all fixtures for parser '{parser_name}':") + _test_print(f"\n Run all fixtures for parser '{parser_name}':") for file, file_path in fixtures: - _test_print(f"- test '{parser_name}' parser with fixture: '{file}'") + _test_print(f" - test '{parser_name}' parser with fixture: '{file}'") with self.subTest(f"fixture: '{file}'"): with _open_file(file_path, '.out') as in_file, \