Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
hnformentin committed Mar 8, 2023
1 parent 63b3fd3 commit c616634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_release_transpiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c616634

Please sign in to comment.