From 5a68510c3463ec5972b27655db26b0ac2f2590b0 Mon Sep 17 00:00:00 2001 From: Justin Mazzocchi <2831158+jzzocc@users.noreply.github.com> Date: Thu, 1 Apr 2021 00:08:43 -0700 Subject: [PATCH] Add test plan --- Metatext.xcodeproj/project.pbxproj | 4 +- .../xcshareddata/xcschemes/Metatext.xcscheme | 8 +- Metatext.xctestplan | 91 +++++++++++++++++++ 3 files changed, 101 insertions(+), 2 deletions(-) create mode 100644 Metatext.xctestplan diff --git a/Metatext.xcodeproj/project.pbxproj b/Metatext.xcodeproj/project.pbxproj index 9a2b547..7d28a73 100644 --- a/Metatext.xcodeproj/project.pbxproj +++ b/Metatext.xcodeproj/project.pbxproj @@ -317,6 +317,7 @@ D036AA06254B6118009094DF /* NotificationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationView.swift; sourceTree = ""; }; D036AA0B254B612B009094DF /* NotificationContentConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationContentConfiguration.swift; sourceTree = ""; }; D036AA16254CA823009094DF /* StatusBodyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusBodyView.swift; sourceTree = ""; }; + D039410D2615A71900E6E1B3 /* Metatext.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = Metatext.xctestplan; sourceTree = ""; }; D03D87F325C23C44004DCBB2 /* SecondaryNavigationTitleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecondaryNavigationTitleView.swift; sourceTree = ""; }; D0477F2B25C6EBAD005C5368 /* OpenInDefaultBrowserActivity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenInDefaultBrowserActivity.swift; sourceTree = ""; }; D0477F4525C72E50005C5368 /* CapsuleLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapsuleLabel.swift; sourceTree = ""; }; @@ -680,8 +681,8 @@ D047FA7F24C3E21000AF17C5 = { isa = PBXGroup; children = ( - D0D4301925F08CE600BE5504 /* App Icons */, D0477F2A25C6EB90005C5368 /* Activities */, + D0D4301925F08CE600BE5504 /* App Icons */, D0C7D45224F76169001EBDBB /* Assets.xcassets */, D0FE1C9625368A15003EF1EB /* Caches */, D0A1F4F5252E7D2A004435BF /* Data Sources */, @@ -693,6 +694,7 @@ D0C7D45624F76169001EBDBB /* Localizations */, D0E0F1E424FC49FC002C04BF /* Mastodon */, D0BECB9D2501CBC3002C1B13 /* MastodonAPI */, + D039410D2615A71900E6E1B3 /* Metatext.xctestplan */, D0E5361A24E3EB4D00FB1CE1 /* Notification Service Extension */, D047FA8D24C3E21200AF17C5 /* Products */, D0BECB962501BCE0002C1B13 /* Secrets */, diff --git a/Metatext.xcodeproj/xcshareddata/xcschemes/Metatext.xcscheme b/Metatext.xcodeproj/xcshareddata/xcschemes/Metatext.xcscheme index ed8dddb..16ce881 100644 --- a/Metatext.xcodeproj/xcshareddata/xcschemes/Metatext.xcscheme +++ b/Metatext.xcodeproj/xcshareddata/xcschemes/Metatext.xcscheme @@ -1,7 +1,7 @@ + version = "1.7"> @@ -28,6 +28,12 @@ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES" codeCoverageEnabled = "YES"> + + + + diff --git a/Metatext.xctestplan b/Metatext.xctestplan new file mode 100644 index 0000000..b990357 --- /dev/null +++ b/Metatext.xctestplan @@ -0,0 +1,91 @@ +{ + "configurations" : [ + { + "id" : "651608D9-8238-4174-8167-D49D950B50D1", + "name" : "Configuration 1", + "options" : { + + } + } + ], + "defaultOptions" : { + "targetForVariableExpansion" : { + "containerPath" : "container:Metatext.xcodeproj", + "identifier" : "D047FA8B24C3E21200AF17C5", + "name" : "Metatext" + } + }, + "testTargets" : [ + { + "enabled" : false, + "target" : { + "containerPath" : "container:Metatext.xcodeproj", + "identifier" : "D0666A2024C677B400F3F04B", + "name" : "Tests" + } + }, + { + "enabled" : false, + "target" : { + "containerPath" : "container:DB", + "identifier" : "DBTests", + "name" : "DBTests" + } + }, + { + "enabled" : false, + "target" : { + "containerPath" : "container:HTTP", + "identifier" : "HTTPTests", + "name" : "HTTPTests" + } + }, + { + "enabled" : false, + "target" : { + "containerPath" : "container:Keychain", + "identifier" : "KeychainTests", + "name" : "KeychainTests" + } + }, + { + "enabled" : false, + "target" : { + "containerPath" : "container:Mastodon", + "identifier" : "MastodonTests", + "name" : "MastodonTests" + } + }, + { + "enabled" : false, + "target" : { + "containerPath" : "container:MastodonAPI", + "identifier" : "MastodonAPITests", + "name" : "MastodonAPITests" + } + }, + { + "enabled" : false, + "target" : { + "containerPath" : "container:Secrets", + "identifier" : "SecretsTests", + "name" : "SecretsTests" + } + }, + { + "target" : { + "containerPath" : "container:ServiceLayer", + "identifier" : "ServiceLayerTests", + "name" : "ServiceLayerTests" + } + }, + { + "target" : { + "containerPath" : "container:ViewModels", + "identifier" : "ViewModelsTests", + "name" : "ViewModelsTests" + } + } + ], + "version" : 1 +}