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
Describe the bug
Create two test classes with the same name, in different directories. One runs, the other reports errors about supposedly missing tests .
Steps to Reproduce
Create tests/unit/player_tests.gd with the method test_cool_stuff
Create tests/integration/player_tests.gd with method test_damage_and_idk
Right-click the tests directory and pick Run unit tests
One set of tests runs, the other doesn't. The output window mentions the error about missing tests.
The text was updated successfully, but these errors were encountered:
MikeSchulze
changed the title
gdUnit3 can't find tests if two test classes have the same name
GD-117: gdUnit3 can't find tests if two test classes have the same name
Jul 27, 2021
The used Godot version: 3.3
OS including version: Windows 10
Describe the bug
Create two test classes with the same name, in different directories. One runs, the other reports errors about supposedly missing tests .
Steps to Reproduce
tests/unit/player_tests.gd
with the methodtest_cool_stuff
tests/integration/player_tests.gd
with methodtest_damage_and_idk
tests
directory and pickRun unit tests
One set of tests runs, the other doesn't. The output window mentions the error about missing tests.
The text was updated successfully, but these errors were encountered: