Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
753d856
Add mockRepository and mockDirectory methods for unique test director…
ibrahimcetin Nov 26, 2025
be9d558
Refactor BranchCollectionTests to use new Testing framework
ibrahimcetin Nov 26, 2025
06790fb
Enhance mockCommit method to generate unique commit messages and files
ibrahimcetin Nov 26, 2025
b5d9bba
Add branch creation, renaming, and listing tests with force flag hand…
ibrahimcetin Nov 26, 2025
a740c2b
Refactor ConfigCollectionTests to new Testing framework
ibrahimcetin Nov 26, 2025
9f07943
Refactor IndexCollectionTests to new Testing framework
ibrahimcetin Nov 26, 2025
90763d8
Enhance mockFile method to support unique file naming and content gen…
ibrahimcetin Nov 26, 2025
9bc3424
Disable test for SwiftGitX shutdown without initialization to prevent…
ibrahimcetin Nov 26, 2025
fd0e0e8
Refactor IndexCollectionTests to separate add, remove, and subdirecto…
ibrahimcetin Nov 26, 2025
c4083c3
Refactor ReferenceCollectionTests to use new Testing framework
ibrahimcetin Nov 26, 2025
2dde057
Add tests for reference listing and error handling in ReferenceCollec…
ibrahimcetin Nov 26, 2025
15e3a3a
Refactor RemoteCollectionTests to use new Testing framework
ibrahimcetin Nov 26, 2025
ef05853
Add tests for remote operations in RemoteCollectionTests
ibrahimcetin Nov 26, 2025
03b30d8
Refactor StashCollectionTests to use new Testing framework and improv…
ibrahimcetin Nov 26, 2025
75d6747
Refactor StashCollectionTests to improve structure and coverage with …
ibrahimcetin Nov 26, 2025
7caebfc
Refactor SwiftGitXTests to SwiftGitXRuntimeTests, updating test metho…
ibrahimcetin Nov 26, 2025
a734050
Refactor TagCollectionTests to use new Testing framework, enhancing t…
ibrahimcetin Nov 27, 2025
b45f4bb
Silence warning
ibrahimcetin Nov 27, 2025
5c78a47
Add tests for tag creation and error handling in TagCollectionTests
ibrahimcetin Nov 27, 2025
07125a3
Add comprehensive tests for Signature model, covering initialization,…
ibrahimcetin Nov 27, 2025
db5c1a1
Enhance TagCollectionTests with additional assertions for tag target …
ibrahimcetin Nov 27, 2025
21c5351
Add Tag extensions to consolidate tag definitions in Testing framework
ibrahimcetin Nov 27, 2025
685d451
Refactor RepositoryOperationTests to use new Testing framework, organ…
ibrahimcetin Nov 27, 2025
6c393ba
Separate add tests
ibrahimcetin Nov 27, 2025
6a500c3
Separate commit tests to its own file and add new tests
ibrahimcetin Nov 27, 2025
a8ec9db
Remove ObjectTests and add OIDTests for comprehensive OID functionali…
ibrahimcetin Nov 27, 2025
59c7e94
Refactor and move reset tests to a new file, organizing tests for res…
ibrahimcetin Nov 27, 2025
8f7d45f
Move restore tests to own file
ibrahimcetin Nov 27, 2025
cb76080
Move RepositoryLogTests
ibrahimcetin Nov 27, 2025
df38b30
Add RepositoryRevertTests for testing commit revert functionality
ibrahimcetin Nov 27, 2025
3cc99d1
Reorganize Testing.Tag properties for clarity by adjusting the order …
ibrahimcetin Nov 27, 2025
58a38ed
Refactor RepositorySwitchTests to use updated testing framework and i…
ibrahimcetin Nov 27, 2025
c39172b
Refactor RepositoryShowTests to use updated testing framework and imp…
ibrahimcetin Nov 27, 2025
942058a
Add comprehensive tests for repository revert functionality, includin…
ibrahimcetin Nov 27, 2025
617ad13
Remove unnecessary directory property from SwiftGitXTest
ibrahimcetin Nov 27, 2025
3123b24
Migrate RepositoryDiffTests to swift testing
ibrahimcetin Nov 27, 2025
02a904d
Move status tests to its own file
ibrahimcetin Nov 27, 2025
d18c411
Move patch tests
ibrahimcetin Nov 27, 2025
b1fa3d2
Add new tag properties for patch and status in Testing.Tag extension
ibrahimcetin Nov 27, 2025
478b71d
Refactor RepositoryDiffTests to use a generic mock file and update co…
ibrahimcetin Nov 27, 2025
f6d99c4
Update ConfigCollectionTests to update deprecated set method
ibrahimcetin Nov 27, 2025
e0bfd9a
Refactor RepositoryPropertyTests to use updated testing framework
ibrahimcetin Nov 27, 2025
28afc5b
Remove RepositoryPerformanceTests
ibrahimcetin Nov 27, 2025
8b53fde
Refactor mockRepository and mockDirectory methods in SwiftGitXTest to…
ibrahimcetin Nov 27, 2025
b763549
Update local directory naming in RemoteCollectionTests to use a suffi…
ibrahimcetin Nov 27, 2025
ca8091a
Add fetch and push test suites with updated tagging and mock director…
ibrahimcetin Nov 27, 2025
3428b8c
Move reposity push tests
ibrahimcetin Nov 27, 2025
b0a80b3
Rename repository remote tests to fetch tests
ibrahimcetin Nov 27, 2025
3225fb4
Add clone operation to Testing.Tag and refactor RepositoryTests with …
ibrahimcetin Nov 27, 2025
010de4d
Add RepositoryCloneTests for cloning functionality, including cancell…
ibrahimcetin Nov 27, 2025
9b7c6c4
Refactor SwiftGitX test structure by removing redundant test case set…
ibrahimcetin Nov 27, 2025
20816b9
Remove SwiftGitX.xctestplan file to streamline test configuration and…
ibrahimcetin Nov 27, 2025
54906f0
Move runtime test tag to Tags.swift
ibrahimcetin Nov 27, 2025
dfc9a35
Refactor mockFile method to simplify file creation in tests, updating…
ibrahimcetin Nov 27, 2025
067b9eb
Refactor BranchRemoteTests to use #require for commit retrieval, impr…
ibrahimcetin Nov 27, 2025
f3f3105
Fix optional chaining in IndexMixedOperationsTests to prevent force u…
ibrahimcetin Nov 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions Tests/SwiftGitX.xctestplan

This file was deleted.

Loading