-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/mbx 3748 config tests (#474)
* MBX-3748 Remove unnecessary tests * MBX-3748 SDKVersion Tests * MBX-3748 Custom Operations Tests * MBX-3748 Unit tests final * MBX-3748 Remove unused json * MBX-3748 Refactoring * MBX-3748 Added old variation tests * MBX-3748 PR Fix --------- Co-authored-by: Akylbek Utekeshev <[email protected]>
- Loading branch information
Showing
18 changed files
with
1,196 additions
and
1,247 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,19 @@ | ||
// | ||
// Tag+Extensions.swift | ||
// MindboxTests | ||
// | ||
// Created by vailence on 29.11.2024. | ||
// Copyright © 2024 Mindbox. All rights reserved. | ||
// | ||
|
||
import Foundation | ||
import Testing | ||
|
||
extension Tag { | ||
@Tag static var sdkVersion: Self | ||
@Tag static var customOperations: Self | ||
@Tag static var categoryID: Self | ||
@Tag static var categoryID_In: Self | ||
@Tag static var productID: Self | ||
@Tag static var productSegment: Self | ||
} |
60 changes: 0 additions & 60 deletions
60
...ConfigResponseTests/ConfigJsonStubs/ConfigResponse/InappConfigResponseAbtestsInvalid.json
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
...figResponseTests/ConfigJsonStubs/ConfigResponse/InappConfigResponseMonitoringInvalid.json
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
...onfigResponseTests/ConfigJsonStubs/ConfigResponse/InappConfigResponseSettingsInvalid.json
This file was deleted.
Oops, something went wrong.
98 changes: 0 additions & 98 deletions
98
...sts/InAppConfigResponseTests/ConfigJsonStubs/ConfigResponse/InappConfigResponseValid.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.