Files
MovementTests/addons/gdUnit4/src/reporters/GdUnitReportWriter.gd
Minimata c28d97de2d
Some checks failed
Create tag and build when new code gets to main / Export (push) Failing after 3m40s
setting up GDUnit
2026-01-25 18:19:26 +01:00

13 lines
281 B
GDScript

class_name GdUnitReportWriter
extends RefCounted
func write(_report_path: String, _report: GdUnitReportSummary) -> String:
assert(false, "'write' is not implemented!")
return ""
func output_format() -> String:
assert(false, "'output_format' is not implemented!")
return ""