Merge branch 'fix-testing' into 'development'

Fix code coverage of testing

See merge request wesign/unity-application!83
This commit is contained in:
Jelle De Geest 2023-04-23 21:37:32 +00:00
commit 67575cfbbd
10 changed files with 12 additions and 14 deletions

View File

@ -6,7 +6,7 @@
"UnityEditor.TestRunner",
"AccountsScripts",
"InterfacesScripts",
"SystemArchitecture"
"ArchitectureScripts"
],
"includePlatforms": [
"Editor"

View File

@ -10,7 +10,7 @@
"Unity.TextMeshPro",
"AccountsScripts",
"SignPredictor",
"SystemArchitecture"
"ArchitectureScripts"
],
"includePlatforms": [],
"excludePlatforms": [],

View File

@ -7,8 +7,8 @@
"CommonScripts",
"InterfacesScripts",
"SignPredictor",
"SystemArchitecture",
"NatML.ML"
"NatML.ML",
"ArchitectureScripts"
],
"includePlatforms": [
"Editor"

View File

@ -4,7 +4,7 @@
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"SystemArchitecture"
"ArchitectureScripts"
],
"includePlatforms": [],
"excludePlatforms": [],

View File

@ -7,8 +7,8 @@
"InterfacesScripts",
"SignPredictor",
"NatML.ML",
"SystemArchitecture",
"Tween"
"Tween",
"ArchitectureScripts"
],
"includePlatforms": [],
"excludePlatforms": [],

View File

@ -8,7 +8,7 @@
"Unity.TextMeshPro",
"SpellingBeeScripts",
"AccountsScripts",
"SystemArchitecture",
"ArchitectureScripts",
"SignPredictor",
"MinigameScripts"
],

View File

@ -1,5 +1,5 @@
{
"name": "SystemArchitecture",
"name": "ArchitectureScripts",
"rootNamespace": "",
"references": [],
"includePlatforms": [],

View File

@ -1,14 +1,12 @@
{
"name": "SystemArchitectureTests",
"name": "ArchitectureTests",
"rootNamespace": "",
"references": [
"UnityEditor.TestRunner",
"UnityEngine.TestRunner",
"SystemArchitecture"
],
"includePlatforms": [
"Editor"
"ArchitectureScripts"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,