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
Discovery of inherit test suits discover invalid test cases.
Steps to Reproduce
run res://addons/gdUnit4/test/core/resources/scan_testsuite_inheritance/by_class_name/ExtendsExtendedTest.gd
it inherits from other suites and should list all test, but it discovered a set invalid test cases
it should be
ExtendsExtendedTest
test_foo1
test_foo2
test_foo3
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered:
MikeSchulze
changed the title
GD-XXX: Discovery of inherit test suits discover invalid test cases
GD-664: Discovery of inherit test suits discover invalid test cases
Feb 5, 2025
The used GdUnit4 version
4.5.0 (Latest Release)
The used Godot version
v4.3.stable.mono.official [77dcf97d8]
Operating System
ALL
Describe the bug
Discovery of inherit test suits discover invalid test cases.
Steps to Reproduce
run
res://addons/gdUnit4/test/core/resources/scan_testsuite_inheritance/by_class_name/ExtendsExtendedTest.gd
it inherits from other suites and should list all test, but it discovered a set invalid test cases
it should be
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: