Files
YeetGeese/addons/gdUnit4/src/GdUnitConstants.gd
T
letteka 02c1a540f9
Run Tests / test (push) Failing after 12s
Validate Project / validate (push) Failing after 12s
Updating gitea workers and adding gdunit4 and fake test.
2026-08-27 15:23:24 -07:00

11 lines
288 B
GDScript

class_name GdUnitConstants
extends RefCounted
const NO_ARG :Variant = "<--null-->"
const EXPECT_ASSERT_REPORT_FAILURES := "expect_assert_report_failures"
## The maximum number of report history files to store
const DEFAULT_REPORT_HISTORY_COUNT = 20
const REPORT_DIR_PREFIX = "report_"