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

Remove node from runIntegrationTests #2502

Merged
merged 1 commit into from
Jul 13, 2024
Merged

Remove node from runIntegrationTests #2502

merged 1 commit into from
Jul 13, 2024

Conversation

AndreasArvidsson
Copy link
Member

@AndreasArvidsson AndreasArvidsson commented Jul 13, 2024

Since runIntegrationTests is constructed in the engine it cannot use assert. Switching assert to throwing an error I think is totally fine here. It will still fail the test and we don't have that many legacy scopes left and hopefully soon they will be gone as well.

Checklist

  • [/] I have added tests
  • [/] I have updated the docs and cheatsheet
  • [/] I have not broken the cheatsheet

Copy link
Member

@pokey pokey left a comment

Choose a reason for hiding this comment

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

We should really revisit to see if we now have a better way to get this test code out of engine. But this is fine for now

@pokey pokey added this pull request to the merge queue Jul 13, 2024
@AndreasArvidsson
Copy link
Member Author

We should really revisit to see if we now have a better way to get this test code out of engine. But this is fine for now

Agreed

Merged via the queue into main with commit bb988f3 Jul 13, 2024
15 checks passed
@pokey pokey deleted the integrationAssert branch July 13, 2024 10:48
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