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: dev ← Head: dev_more_tests
dev
dev_more_tests
50817ce
411042c
9 files changed (+1323 additions, -0 deletions)
➕ 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)
src/EchoHub.Tests/ChatLineTests.cs
src/EchoHub.Tests/CommandHandlerTests.cs
src/EchoHub.Tests/DataMigrationServiceTests.cs
src/EchoHub.Tests/EchoHub.Tests.csproj
src/EchoHub.Tests/FileValidationHelperTests.cs
src/EchoHub.Tests/ImageToAsciiServiceTests.cs
src/EchoHub.Tests/IrcMessageFormatterTests.cs
src/EchoHub.Tests/JwtTokenServiceTests.cs
src/EchoHub.Tests/LinkEmbedServiceTests.cs
More unit tests
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
dev← Head:dev_more_tests📝 Commits (2)
50817ceAdd unit tests for various services and functionalities411042cfix: 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.