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",
|
"UnityEditor.TestRunner",
|
||||||
"AccountsScripts",
|
"AccountsScripts",
|
||||||
"InterfacesScripts",
|
"InterfacesScripts",
|
||||||
"SystemArchitecture"
|
"ArchitectureScripts"
|
||||||
],
|
],
|
||||||
"includePlatforms": [
|
"includePlatforms": [
|
||||||
"Editor"
|
"Editor"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"Unity.TextMeshPro",
|
"Unity.TextMeshPro",
|
||||||
"AccountsScripts",
|
"AccountsScripts",
|
||||||
"SignPredictor",
|
"SignPredictor",
|
||||||
"SystemArchitecture"
|
"ArchitectureScripts"
|
||||||
],
|
],
|
||||||
"includePlatforms": [],
|
"includePlatforms": [],
|
||||||
"excludePlatforms": [],
|
"excludePlatforms": [],
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
"CommonScripts",
|
"CommonScripts",
|
||||||
"InterfacesScripts",
|
"InterfacesScripts",
|
||||||
"SignPredictor",
|
"SignPredictor",
|
||||||
"SystemArchitecture",
|
"NatML.ML",
|
||||||
"NatML.ML"
|
"ArchitectureScripts"
|
||||||
],
|
],
|
||||||
"includePlatforms": [
|
"includePlatforms": [
|
||||||
"Editor"
|
"Editor"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"references": [
|
"references": [
|
||||||
"UnityEngine.TestRunner",
|
"UnityEngine.TestRunner",
|
||||||
"UnityEditor.TestRunner",
|
"UnityEditor.TestRunner",
|
||||||
"SystemArchitecture"
|
"ArchitectureScripts"
|
||||||
],
|
],
|
||||||
"includePlatforms": [],
|
"includePlatforms": [],
|
||||||
"excludePlatforms": [],
|
"excludePlatforms": [],
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
"InterfacesScripts",
|
"InterfacesScripts",
|
||||||
"SignPredictor",
|
"SignPredictor",
|
||||||
"NatML.ML",
|
"NatML.ML",
|
||||||
"SystemArchitecture",
|
"Tween",
|
||||||
"Tween"
|
"ArchitectureScripts"
|
||||||
],
|
],
|
||||||
"includePlatforms": [],
|
"includePlatforms": [],
|
||||||
"excludePlatforms": [],
|
"excludePlatforms": [],
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"Unity.TextMeshPro",
|
"Unity.TextMeshPro",
|
||||||
"SpellingBeeScripts",
|
"SpellingBeeScripts",
|
||||||
"AccountsScripts",
|
"AccountsScripts",
|
||||||
"SystemArchitecture",
|
"ArchitectureScripts",
|
||||||
"SignPredictor",
|
"SignPredictor",
|
||||||
"MinigameScripts"
|
"MinigameScripts"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "SystemArchitecture",
|
"name": "ArchitectureScripts",
|
||||||
"rootNamespace": "",
|
"rootNamespace": "",
|
||||||
"references": [],
|
"references": [],
|
||||||
"includePlatforms": [],
|
"includePlatforms": [],
|
||||||
@@ -1,14 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "SystemArchitectureTests",
|
"name": "ArchitectureTests",
|
||||||
"rootNamespace": "",
|
"rootNamespace": "",
|
||||||
"references": [
|
"references": [
|
||||||
"UnityEditor.TestRunner",
|
"UnityEditor.TestRunner",
|
||||||
"UnityEngine.TestRunner",
|
"UnityEngine.TestRunner",
|
||||||
"SystemArchitecture"
|
"ArchitectureScripts"
|
||||||
],
|
|
||||||
"includePlatforms": [
|
|
||||||
"Editor"
|
|
||||||
],
|
],
|
||||||
|
"includePlatforms": [],
|
||||||
"excludePlatforms": [],
|
"excludePlatforms": [],
|
||||||
"allowUnsafeCode": false,
|
"allowUnsafeCode": false,
|
||||||
"overrideReferences": true,
|
"overrideReferences": true,
|
||||||
Reference in New Issue
Block a user