https://github.com/csharpfritz/testaccountability
A tool that helps connect tests in .NET code to issues and feature definitions
https://github.com/csharpfritz/testaccountability
Last synced: 9 days ago
JSON representation
A tool that helps connect tests in .NET code to issues and feature definitions
- Host: GitHub
- URL: https://github.com/csharpfritz/testaccountability
- Owner: csharpfritz
- License: mit
- Created: 2025-02-05T23:12:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T16:33:20.000Z (3 months ago)
- Last Synced: 2025-05-06T16:22:57.597Z (14 days ago)
- Language: C#
- Size: 20.5 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TestAccountability
A tool that helps connect tests in .NET code to issues and feature definitionsTestAccountability is not the final name for this library, but is a placeholder to get us started and iterating on some of the ideas discussed.
## Concept
We should be able to decorate our tests with an atteibute to indicate which feature or issue the test addresses. This will
then let us generate reports at CI time that show what features are completed and what issues are fixed. Additionally, we can
show which features or issues are broken when tests failed.