mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 00:16:04 +03:00
[PR #150] [CLOSED] [WIP] Unit tests for all URLSession methods #162
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ProxymanApp/atlantis/pull/150
Author: @NghiaTranUIT
Created: 7/24/2024
Status: ❌ Closed
Base:
main← Head:feat/unit-tests📝 Commits (5)
187dcb3Setup Unit testsd59e83dTry to add Alamofire5438870WIPd813a19WIP9ee3c9eWIP - Add Bonjour Service📊 Changes
20 files changed (+1246 additions, -41 deletions)
View changed files
📝
.swiftpm/xcode/xcshareddata/xcschemes/Atlantis.xcscheme(+10 -0)➕
.swiftpm/xcode/xcshareddata/xcschemes/AtlantisTests.xcscheme(+71 -0)📝
Example/Atlantis-Example-App/Atlantis-Example-App.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved(+2 -2)➕
Package.resolved(+14 -0)📝
Package.swift(+7 -1)📝
Sources/Atlantis.swift(+7 -0)➕
Sources/Enviroment.swift(+22 -0)📝
Sources/Message.swift(+39 -4)📝
Sources/Packages.swift(+4 -4)➕
Sources/Proxyman/AtlantisConnection.swift(+178 -0)➕
Sources/Proxyman/AtlantisModels.swift(+345 -0)➕
Sources/Proxyman/BonjourService.swift(+241 -0)📝
Sources/Transporter.swift(+1 -1)➖
Tests/LinuxMain.swift(+0 -6)➕
Tests/Resources/AtlantisTests.xctestplan(+29 -0)➕
Tests/Resources/Info.plist(+28 -0)➕
Tests/atlantisTests/AtlantisTests.swift(+117 -0)➕
Tests/atlantisTests/HTTPBinCompare.swift(+112 -0)➕
Tests/atlantisTests/URLRequestFactory.swift(+19 -0)➖
Tests/atlantisTests/atlantisTests.swift(+0 -23)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.