We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The used Godot version: v4.0.beta3.official [01ae26d31]
OS including version: ALL
Describe the bug Mocking inner classes is broken in Godot4
Steps to Reproduce run res://addons/gdUnit4/test/mocker/GdUnitMockerTest.gd test cases: test_mock_class_with_inner_classs test_mock_verify_emit_signal
res://addons/gdUnit4/test/mocker/GdUnitMockerTest.gd
res://addons/gdUnit4/test/spy/GdUnitSpyTest.gd : _test_spy_on_inner_class res://addons/gdUnit4/test/cmd/CmdCommandHandlerTest.gd : test_execute_commands_with_cb_registered
n.a. the tests are commented out, must be reactivated when the bug is fixed
godotengine/godot#67753
The text was updated successfully, but these errors were encountered:
<Null>
MikeSchulze
Successfully merging a pull request may close this issue.
The used Godot version:
v4.0.beta3.official [01ae26d31]
OS including version:
ALL
Describe the bug
Mocking inner classes is broken in Godot4
Steps to Reproduce
run
res://addons/gdUnit4/test/mocker/GdUnitMockerTest.gd
test cases:
test_mock_class_with_inner_classs
test_mock_verify_emit_signal
res://addons/gdUnit4/test/spy/GdUnitSpyTest.gd : _test_spy_on_inner_class
res://addons/gdUnit4/test/cmd/CmdCommandHandlerTest.gd : test_execute_commands_with_cb_registered
workaround
n.a.
the tests are commented out, must be reactivated when the bug is fixed
Godot issue
godotengine/godot#67753
The text was updated successfully, but these errors were encountered: