You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a test suite that inherits from another test suite, the inspector shows all tests.
When I double-click on the tests, it always jumps to the main test suite, but should jump to the test suite in which the test is defined.
MikeSchulze
changed the title
GD-XXX: Inspector: double-click, inherited tests not jump to the right script
GD-573: Inspector: double-click, inherited tests not jump to the right script
Sep 19, 2024
…ight script
# Why
see #573
# What
- use the `script_path` provided by the test case and enrich the inspector item with this meta data `META_SCRIPT_PATH`
- use the `META_SCRIPT_PATH` on select event to jump to the script where the test are located
…the script where the test are located (#574)
# Why
see #573
# What
- use the `script_path` provided by the test case and enrich the
inspector item with this metadata `META_SCRIPT_PATH`
- use the `META_SCRIPT_PATH` on select event to jump to the script where
the test are located
The used GdUnit4 version
4.3.4 (Latest Release)
The used Godot version
v4.4.dev2.official [97ef3c837]
Operating System
All
Describe the bug
I am running a test suite that inherits from another test suite, the inspector shows all tests.
When I double-click on the tests, it always jumps to the main test suite, but should jump to the test suite in which the test is defined.
Steps to Reproduce
Create an inherited test suite.
Double-click on
test-foo1
jumps to the wrong script, it should jump toBaseTest
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: