[PR #174] [CLOSED] Unit Tests #176

Closed
opened 2026-03-03 19:12:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ProxymanApp/atlantis/pull/174
Author: @NghiaTranUIT
Created: 7/24/2025
Status: Closed

Base: mainHead: feat/unit-test-v2


📝 Commits (10+)

📊 Changes

10 files changed (+2489 additions, -12 deletions)

View changed files

📝 .github/workflows/main.yml (+118 -8)
📝 Atlantis.xcodeproj/project.pbxproj (+231 -4)
📝 Atlantis.xcodeproj/xcshareddata/xcschemes/Atlantis-Package.xcscheme (+19 -0)
Atlantis.xcodeproj/xcshareddata/xcschemes/AtlantisTests.xcscheme (+75 -0)
AtlantisTests/Atlantis/AtlantisConnection.swift (+202 -0)
AtlantisTests/Atlantis/AtlantisService.swift (+227 -0)
AtlantisTests/Atlantis/Models/AtlantisModels.swift (+361 -0)
AtlantisTests/Atlantis/Models/DataCompression.swift (+512 -0)
AtlantisTests/AtlantisAppTests.swift (+430 -0)
AtlantisTests/AtlantisMethodSwizzilingTest.swift (+314 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ProxymanApp/atlantis/pull/174 **Author:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Created:** 7/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/unit-test-v2` --- ### 📝 Commits (10+) - [`dc79291`](https://github.com/ProxymanApp/atlantis/commit/dc79291d2298f7a552d9848f58722b8ec4fa146e) Unit Test - [`3fba7a4`](https://github.com/ProxymanApp/atlantis/commit/3fba7a4db2c4a42da8db4eebddf2c23cd1020d64) Try to add Atlantis Server - [`91bf1b3`](https://github.com/ProxymanApp/atlantis/commit/91bf1b38607c632f94d9125ef5be30ed6fc56630) Unit Tests - [`b28523b`](https://github.com/ProxymanApp/atlantis/commit/b28523b34e1f684988793f76553fa7aa0c22c4d0) Update main.yml - [`e93020c`](https://github.com/ProxymanApp/atlantis/commit/e93020c9dba510f195d9b32d3709512194df98b3) Update AtlantisMethodSwizzilingTest.swift - [`bdc51ec`](https://github.com/ProxymanApp/atlantis/commit/bdc51ec4b7059eea4b18cfda6da7413319f3b02c) Update main.yml - [`c864cd0`](https://github.com/ProxymanApp/atlantis/commit/c864cd0795bc8201142b0b2f6e2d73bd9f86a7ff) Update AtlantisAppTests.swift - [`1a38f64`](https://github.com/ProxymanApp/atlantis/commit/1a38f640fa91126612b9ef615698e3c56a3b32e3) Update main.yml - [`2b6956d`](https://github.com/ProxymanApp/atlantis/commit/2b6956dfb46f03fd3a4c3e9d0021889c4a1591cd) Update main.yml - [`2b08f82`](https://github.com/ProxymanApp/atlantis/commit/2b08f82718f0329fbf4af3da8a175d0750ef6d21) Update main.yml ### 📊 Changes **10 files changed** (+2489 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/main.yml` (+118 -8) 📝 `Atlantis.xcodeproj/project.pbxproj` (+231 -4) 📝 `Atlantis.xcodeproj/xcshareddata/xcschemes/Atlantis-Package.xcscheme` (+19 -0) ➕ `Atlantis.xcodeproj/xcshareddata/xcschemes/AtlantisTests.xcscheme` (+75 -0) ➕ `AtlantisTests/Atlantis/AtlantisConnection.swift` (+202 -0) ➕ `AtlantisTests/Atlantis/AtlantisService.swift` (+227 -0) ➕ `AtlantisTests/Atlantis/Models/AtlantisModels.swift` (+361 -0) ➕ `AtlantisTests/Atlantis/Models/DataCompression.swift` (+512 -0) ➕ `AtlantisTests/AtlantisAppTests.swift` (+430 -0) ➕ `AtlantisTests/AtlantisMethodSwizzilingTest.swift` (+314 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:12:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#176
No description provided.