[PR #9] [MERGED] Dev more tests #11

Closed
opened 2026-09-04 00:49:41 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RedWizardsLab/EchoHub/pull/9
Author: @HueByte
Created: 2/20/2026
Status: Merged
Merged: 2/21/2026
Merged by: @HueByte

Base: devHead: dev_more_tests


📝 Commits (2)

  • 50817ce Add unit tests for various services and functionalities
  • 411042c fix: correct formatting in JwtTokenServiceTests for improved readability

📊 Changes

9 files changed (+1323 additions, -0 deletions)

View changed files

src/EchoHub.Tests/ChatLineTests.cs (+107 -0)
src/EchoHub.Tests/CommandHandlerTests.cs (+462 -0)
src/EchoHub.Tests/DataMigrationServiceTests.cs (+74 -0)
📝 src/EchoHub.Tests/EchoHub.Tests.csproj (+1 -0)
📝 src/EchoHub.Tests/FileValidationHelperTests.cs (+44 -0)
src/EchoHub.Tests/ImageToAsciiServiceTests.cs (+62 -0)
src/EchoHub.Tests/IrcMessageFormatterTests.cs (+186 -0)
src/EchoHub.Tests/JwtTokenServiceTests.cs (+195 -0)
src/EchoHub.Tests/LinkEmbedServiceTests.cs (+192 -0)

📄 Description

Summary

More unit tests


🔄 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/RedWizardsLab/EchoHub/pull/9 **Author:** [@HueByte](https://github.com/HueByte) **Created:** 2/20/2026 **Status:** ✅ Merged **Merged:** 2/21/2026 **Merged by:** [@HueByte](https://github.com/HueByte) **Base:** `dev` ← **Head:** `dev_more_tests` --- ### 📝 Commits (2) - [`50817ce`](https://github.com/RedWizardsLab/EchoHub/commit/50817ce6e9150da3ac3d1a43a467599bd27ae1f1) Add unit tests for various services and functionalities - [`411042c`](https://github.com/RedWizardsLab/EchoHub/commit/411042c397ab21e2508724219dc4151fcbd32ca0) fix: correct formatting in JwtTokenServiceTests for improved readability ### 📊 Changes **9 files changed** (+1323 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/EchoHub.Tests/ChatLineTests.cs` (+107 -0) ➕ `src/EchoHub.Tests/CommandHandlerTests.cs` (+462 -0) ➕ `src/EchoHub.Tests/DataMigrationServiceTests.cs` (+74 -0) 📝 `src/EchoHub.Tests/EchoHub.Tests.csproj` (+1 -0) 📝 `src/EchoHub.Tests/FileValidationHelperTests.cs` (+44 -0) ➕ `src/EchoHub.Tests/ImageToAsciiServiceTests.cs` (+62 -0) ➕ `src/EchoHub.Tests/IrcMessageFormatterTests.cs` (+186 -0) ➕ `src/EchoHub.Tests/JwtTokenServiceTests.cs` (+195 -0) ➕ `src/EchoHub.Tests/LinkEmbedServiceTests.cs` (+192 -0) </details> ### 📄 Description # Summary More unit tests --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:49:41 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#11