-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'xcresulttool get test-reports' output parsing
- Loading branch information
Showing
16 changed files
with
1,637 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
from .legacy_xcresult import ActionDeviceRecord | ||
from .legacy_xcresult import ActionPlatformRecord | ||
from .legacy_xcresult import ActionRecord | ||
from .legacy_xcresult import ActionResult | ||
from .legacy_xcresult import ActionRunDestinationRecord | ||
from .legacy_xcresult import ActionSDKRecord | ||
from .legacy_xcresult import ActionsInvocationMetadata | ||
from .legacy_xcresult import ActionsInvocationRecord | ||
from .legacy_xcresult import ActionTestableSummary | ||
from .legacy_xcresult import ActionTestActivitySummary | ||
from .legacy_xcresult import ActionTestAttachment | ||
from .legacy_xcresult import ActionTestFailureSummary | ||
from .legacy_xcresult import ActionTestMetadata | ||
from .legacy_xcresult import ActionTestNoticeSummary | ||
from .legacy_xcresult import ActionTestPerformanceMetricSummary | ||
from .legacy_xcresult import ActionTestPlanRunSummaries | ||
from .legacy_xcresult import ActionTestPlanRunSummary | ||
from .legacy_xcresult import ActionTestSummary | ||
from .legacy_xcresult import ActionTestSummaryGroup | ||
from .legacy_xcresult import ActionTestSummaryIdentifiableObject | ||
from .legacy_xcresult import ArchiveInfo | ||
from .legacy_xcresult import CodeCoverageInfo | ||
from .legacy_xcresult import DocumentLocation | ||
from .legacy_xcresult import EntityIdentifier | ||
from .legacy_xcresult import IssueSummary | ||
from .legacy_xcresult import Reference | ||
from .legacy_xcresult import ResultIssueSummaries | ||
from .legacy_xcresult import ResultMetrics | ||
from .legacy_xcresult import SortedKeyValueArray | ||
from .legacy_xcresult import SortedKeyValueArrayPair | ||
from .legacy_xcresult import SourceCodeContext | ||
from .legacy_xcresult import SourceCodeFrame | ||
from .legacy_xcresult import SourceCodeLocation | ||
from .legacy_xcresult import SourceCodeSymbolInfo | ||
from .legacy_xcresult import TestAssociatedError | ||
from .legacy_xcresult import TestFailureIssueSummary | ||
from .legacy_xcresult import TypeDefinition | ||
from .xcode_16_xcresult import XcTestDetails | ||
from .xcode_16_xcresult import XcTestResultsSummary | ||
from .xcode_16_xcresult import XcTestResultsTests | ||
from .xcode_16_xcresult import XcTestSuite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.