From c6166340e929aa8a45d68cbef39a2d241840cdb6 Mon Sep 17 00:00:00 2001 From: hnformentin Date: Wed, 8 Mar 2023 10:47:16 +0100 Subject: [PATCH] black --- tests/test_release_transpiler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_release_transpiler.py b/tests/test_release_transpiler.py index dac321dc7..60fb10927 100644 --- a/tests/test_release_transpiler.py +++ b/tests/test_release_transpiler.py @@ -96,6 +96,7 @@ def test_check_version_exists_for_coordinates(matrix, error_message_content): except KeyError as exception_info: assert all(word in str(exception_info) for word in error_message_content) + def test_get_py_coords(): release_folder = os.path.join(_get_test_root(), "data", "test_releases") release_base = "2020.01.a1"