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-664: Discovery of inherit test suits discover invalid test cases #664

Open
MikeSchulze opened this issue Feb 5, 2025 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@MikeSchulze
Copy link
Owner

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

Image

it should be

  • ExtendsExtendedTest
    • test_foo1
    • test_foo2
    • test_foo3

Minimal reproduction project

No response

@MikeSchulze MikeSchulze added the bug Something isn't working label Feb 5, 2025
@MikeSchulze MikeSchulze self-assigned this Feb 5, 2025
@MikeSchulze 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant