Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pythonised simpleIntegrationTest #536

Merged

Conversation

wdednam
Copy link
Contributor

@wdednam wdednam commented Dec 18, 2024

This change is Reviewable

Copy link
Contributor Author

@wdednam wdednam left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @wdednam)

step()

y_value_after_step = getValue(":y")
assert y_value_after_step.value() > 0, "Value of :y after steps is not greater than 0."

Choose a reason for hiding this comment

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

Original code was nuts. The assertion here is redundant with the assertions on lines 79 and 81.

@highperformancecoder highperformancecoder merged commit 3d355e0 into highperformancecoder:master Dec 18, 2024
4 of 5 checks passed
@wdednam wdednam deleted the pythoniseRegTest branch December 20, 2024 09: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