-
Notifications
You must be signed in to change notification settings - Fork 59
Added tests for TechnitiumLibrary.Net, kept the failing tests on purpose #33
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
base: master
Are you sure you want to change the base?
Added tests for TechnitiumLibrary.Net, kept the failing tests on purpose #33
Conversation
Signed-off-by: Zafer Balkan <zafer@zaferbalkan.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds comprehensive unit test coverage for TechnitiumLibrary.Net components. The PR includes tests for networking utilities, proxy servers, DNS record types, and HTTP functionality. According to the description, some tests are intentionally left failing to facilitate discussion about behaviors that may violate RFC specifications.
Changes:
- Added two test projects (TechnitiumLibrary.UnitTests and TechnitiumLibrary.Tests) with extensive test coverage
- Configured GitHub Actions workflow for automated testing
- Updated README with testing status badge
Reviewed changes
Copilot reviewed 101 out of 101 changed files in this pull request and generated 26 comments.
Show a summary per file
| File | Description |
|---|---|
| TechnitiumLibrary.sln | Added TechnitiumLibrary.UnitTests project reference |
| TechnitiumLibrary.UnitTests/TechnitiumLibrary.UnitTests.csproj | Test project targeting .NET 9.0 with MSTest SDK |
| Multiple test files | Comprehensive tests for Socket extensions, Proxy components, DNS records, HTTP handling |
| .github/workflows/unit-testing.yml | CI workflow for running tests on Windows with MSBuild |
| README.md | Added testing status badge |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Some behaviors need discussion being against RFCs.