Update Bessere Tests config
This commit is contained in:
parent
287dea0182
commit
c13a27bee2
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
extends Node
|
||||
|
||||
# Tests are in a subdirectory
|
||||
var test_directory: String = "res://tests/unit"
|
||||
# We want diagnostic output
|
||||
var log_level: int = 0
|
||||
# To match CORE's logging format while still being differentiable
|
||||
var log_format: String = "%color_start%<%time%> <%level% %origin%> %message%%color_end%"
|
||||
|
|
2
dist/submodules/besseretests
vendored
2
dist/submodules/besseretests
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 4bcd22d48bca58d5f96bf2eee37f07041d76f61b
|
||||
Subproject commit fb3807200555ad6171bc415c8dd99a729f851a68
|
Loading…
Reference in a new issue