Skip to content

feat: add comprehensive unit tests for Matcher algorithm#57

Merged
qwqcode merged 1 commit intomainfrom
feat/tests
Sep 23, 2024
Merged

feat: add comprehensive unit tests for Matcher algorithm#57
qwqcode merged 1 commit intomainfrom
feat/tests

Conversation

@qwqcode
Copy link
Owner

@qwqcode qwqcode commented Sep 23, 2024

  • Introduced .NET GitHub Actions workflow for CI
  • Added GlobalSetup for test logging
  • Implemented CalculateFileKeysTests for key calculation logic
  • Added ExtractMatchKeyByDiffTests for diff-based key extraction
  • Created FindCommonPrefixTests and FindCommonSuffixTests for common string operations
  • Added GetDiffResultTests for diff result generation
  • Implemented MergeSameKeysItemsTests for merging logic
  • Added TopLevelTests with JSON-based test cases
  • Removed placeholder UnitTest1.cs

- Introduced .NET GitHub Actions workflow for CI
- Added GlobalSetup for test logging
- Implemented CalculateFileKeysTests for key calculation logic
- Added ExtractMatchKeyByDiffTests for diff-based key extraction
- Created FindCommonPrefixTests and FindCommonSuffixTests for common string operations
- Added GetDiffResultTests for diff result generation
- Implemented MergeSameKeysItemsTests for merging logic
- Added TopLevelTests with JSON-based test cases
- Removed placeholder UnitTest1.cs
@qwqcode qwqcode merged commit 15e1c62 into main Sep 23, 2024
@qwqcode qwqcode deleted the feat/tests branch September 23, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant