Skip to content

Add Litmus to Testing section#1390

Open
ebrahim-s-ebrahim wants to merge 1 commit into
quozd:masterfrom
ebrahim-s-ebrahim:add-litmus
Open

Add Litmus to Testing section#1390
ebrahim-s-ebrahim wants to merge 1 commit into
quozd:masterfrom
ebrahim-s-ebrahim:add-litmus

Conversation

@ebrahim-s-ebrahim
Copy link
Copy Markdown

Add Litmus

Litmus is a .NET CLI tool that helps developers prioritize where to start writing tests in legacy codebases. It ranks files by risk (git churn, cyclomatic complexity, code coverage) and practical testability (dependency coupling), grouping results into actionable categories: Act Now, Next Sprint, and Monitor.

Why it belongs here

  • Actively maintained with detailed documentation
  • MIT licensed
  • Unique value — no other tool in this list combines coverage, complexity, churn, and testability analysis into a single prioritization tool
  • Published as a .NET global tool on NuGet

Added alphabetically under the Testing section.

Litmus is a .NET CLI tool that helps prioritize where to start writing
tests in legacy codebases by ranking files by risk and testability.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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