Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add comprehensive unit tests for Matcher algorithm #57

Merged
merged 1 commit into from
Sep 23, 2024
Merged

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
0 of 3 checks passed
@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