Vendor gdUnit4 for Godot 4 client testing (D-030). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
147 B
Plaintext
13 lines
147 B
Plaintext
class_name ExampleTestSuiteB
|
|
extends GdUnitTestSuite
|
|
|
|
|
|
func test_ba() -> void:
|
|
pass
|
|
|
|
func test_bb() -> void:
|
|
pass
|
|
|
|
func test_bc() -> void:
|
|
pass
|