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

Only run non-embedded tests once. #632

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

samdeane
Copy link
Contributor

We were incorrectly re-running all test suites inside the Godot engine. This causes a (non-fatal) exception for suites that just inherit from XCTestCase, warning that it had already been run once.

This change only register suites that contain EmbeddedTestCase tests for re-running inside the engine.

@migueldeicaza migueldeicaza merged commit 457a15c into migueldeicaza:main Dec 19, 2024
1 of 2 checks passed
@migueldeicaza
Copy link
Owner

Thank you Sam!

@samdeane samdeane deleted the testing-fix branch January 16, 2025 14:26
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