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

GD-9: Fix SceneRunnerTest #13

Merged
merged 4 commits into from
Jul 2, 2023
Merged

GD-9: Fix SceneRunnerTest #13

merged 4 commits into from
Jul 2, 2023

Conversation

MikeSchulze
Copy link
Owner

Why

the test is broken at differnt scenarios and needs to be fixed

What

  • Fix GetProperty to handle null values
  • Add missing SetProperty
  • Add SyncProcessFrame and SyncPhysicsFrame to join the Godot process
  • Fix broken AwaitSignal
  • Fix GodotMethodAwaiter to wait a function call is finished
  • Add missing FindChild
  • Extend ExceptionAssert to handle method calls with no return values
  • better console outputt
  • Fix Execution context to handle already disposed objects

# Why
the test is broken at differnt scenarios and needs to be fixed


# What
- Fix `GetProperty` to handle null values
- Add missing `SetProperty`
- Add `SyncProcessFrame` and `SyncPhysicsFrame` to join the Godot process
- Fix broken `AwaitSignal`
- Fix `GodotMethodAwaiter` to wait a function call is finished
- Add missing `FindChild`
- Extend `ExceptionAssert` to handle method calls with no return values
- better console outputt
- Fix Execution context to handle already disposed objects
@MikeSchulze MikeSchulze linked an issue Jul 2, 2023 that may be closed by this pull request
@MikeSchulze MikeSchulze self-assigned this Jul 2, 2023
@MikeSchulze MikeSchulze merged commit 5dfa209 into master Jul 2, 2023
@MikeSchulze MikeSchulze deleted the GD-9 branch July 2, 2023 19:05
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.

GD-9: Fix SceneRunnerTest
1 participant