-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gutconfig.json
More file actions
29 lines (29 loc) · 765 Bytes
/
.gutconfig.json
File metadata and controls
29 lines (29 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"background_color": "ff262626",
"disable_colors": false,
"double_strategy": "partial",
"font_color": "ffcccccc",
"font_name": "CourierPrime",
"font_size": 16,
"hide_orphans": false,
"ignore_pause": false,
"include_subdirs": true,
"inner_class": "",
"junit_xml_file": "",
"junit_xml_timestamp": false,
"opacity": 100,
"post_run_script": "tests/post_run_hook.gd",
"pre_run_script": "tests/pre_run_hook.gd",
"prefix": "test_",
"selected": "",
"should_exit": true,
"should_exit_on_success": true,
"should_maximize": true,
"compact_mode": false,
"suffix": ".gd",
"tests": [],
"dirs": ["res://tests"],
"unit_test_name": "",
"gut_on_top": true,
"log_level":3
}