Add gdlint and gdformat scripts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
extends RefCounted
|
||||
class_name TestHelper
|
||||
extends RefCounted
|
||||
|
||||
## Common test utilities and assertions for Skelly project testing
|
||||
##
|
||||
@@ -7,13 +7,13 @@ class_name TestHelper
|
||||
## to ensure consistent test behavior across all test files.
|
||||
|
||||
## Test result tracking
|
||||
static var tests_run := 0
|
||||
static var tests_passed := 0
|
||||
static var tests_failed := 0
|
||||
static var tests_run = 0
|
||||
static var tests_passed = 0
|
||||
static var tests_failed = 0
|
||||
|
||||
## Performance tracking
|
||||
static var test_start_time := 0.0
|
||||
static var performance_data := {}
|
||||
static var test_start_time = 0.0
|
||||
static var performance_data = {}
|
||||
|
||||
## Print test section header with consistent formatting
|
||||
static func print_test_header(test_name: String):
|
||||
|
||||
Reference in New Issue
Block a user