Skip to content

Conversation

@andrecsilva
Copy link
Contributor

No description provided.

@andrecsilva andrecsilva marked this pull request as ready for review May 13, 2025 15:21
def test_v2_to_v3_conversion():
with open("tests/samples/codetfv2_sample.codetf", "r") as f:
codetfv2 = CodeTF.model_validate_json(f.read())
codetf = from_v2(codetfv2)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

everything below this line can be outside the with context manager

@sonarqubecloud
Copy link

@andrecsilva andrecsilva added this pull request to the merge queue May 14, 2025
Merged via the queue into main with commit d6a192e May 14, 2025
14 checks passed
@andrecsilva andrecsilva deleted the codetfv3-output branch May 14, 2025 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants