Merge branch 'fix-testing' into 'development'
Fix code coverage of testing See merge request wesign/unity-application!83
This commit was merged in pull request #83.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"UnityEditor.TestRunner",
|
||||
"AccountsScripts",
|
||||
"InterfacesScripts",
|
||||
"SystemArchitecture"
|
||||
"ArchitectureScripts"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"Unity.TextMeshPro",
|
||||
"AccountsScripts",
|
||||
"SignPredictor",
|
||||
"SystemArchitecture"
|
||||
"ArchitectureScripts"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"CommonScripts",
|
||||
"InterfacesScripts",
|
||||
"SignPredictor",
|
||||
"SystemArchitecture",
|
||||
"NatML.ML"
|
||||
"NatML.ML",
|
||||
"ArchitectureScripts"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"references": [
|
||||
"UnityEngine.TestRunner",
|
||||
"UnityEditor.TestRunner",
|
||||
"SystemArchitecture"
|
||||
"ArchitectureScripts"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"InterfacesScripts",
|
||||
"SignPredictor",
|
||||
"NatML.ML",
|
||||
"SystemArchitecture",
|
||||
"Tween"
|
||||
"Tween",
|
||||
"ArchitectureScripts"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"Unity.TextMeshPro",
|
||||
"SpellingBeeScripts",
|
||||
"AccountsScripts",
|
||||
"SystemArchitecture",
|
||||
"ArchitectureScripts",
|
||||
"SignPredictor",
|
||||
"MinigameScripts"
|
||||
],
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "SystemArchitecture",
|
||||
"name": "ArchitectureScripts",
|
||||
"rootNamespace": "",
|
||||
"references": [],
|
||||
"includePlatforms": [],
|
||||
@@ -1,14 +1,12 @@
|
||||
{
|
||||
"name": "SystemArchitectureTests",
|
||||
"name": "ArchitectureTests",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"UnityEditor.TestRunner",
|
||||
"UnityEngine.TestRunner",
|
||||
"SystemArchitecture"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
"ArchitectureScripts"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": true,
|
||||
Reference in New Issue
Block a user