forked from Alamofire/Alamofire
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test Refactor with Firewalk (Alamofire#3215)
* Test standardization and abstraction. * Version updates. * Update Authentication and DataStream tests. * Test formatting. * Update Download tests. * Continue switching to Endpoint. * Allow SwiftFormat to remove unnecessary fileprivate. * Fix RequestModifier tests. * Update RequestInterceptorTests. * Update CombineTests. * Update RequestTests. * Update SessionTests. * Update UploadTests. * Update SessionTests. * Start deprecating URL factory. * Update SessionTests. * Update RequestInterceptorTests. * Update UploadTests. * Update Cache and URLProtocol tests. * Update ResponseTests. * Update SessionDelegateTests. * Update RequestTests. * Update ValidationTests. * Update SessionTests, CachedResponseHandlerTests. * Update SessionTests and RequestTests. * Don’t install Firewalk for build only config. * Double data in progress test. * Use Endpoint() instead of Endpoint.default.
- Loading branch information
Showing
37 changed files
with
1,515 additions
and
1,166 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
2 changes: 1 addition & 1 deletion
2
Alamofire.xcodeproj/xcshareddata/xcschemes/Alamofire iOS.xcscheme
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
2 changes: 1 addition & 1 deletion
2
Alamofire.xcodeproj/xcshareddata/xcschemes/Alamofire macOS.xcscheme
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
2 changes: 1 addition & 1 deletion
2
Alamofire.xcodeproj/xcshareddata/xcschemes/Alamofire tvOS.xcscheme
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
2 changes: 1 addition & 1 deletion
2
Example/iOS Example.xcodeproj/xcshareddata/xcschemes/iOS Example.xcscheme
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
Oops, something went wrong.