awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesTest Code Analysis

Static analysis specifically targeting unit test blocks and test-specific configurations.

Distinct from Unit Testing: Focuses on analyzing test code rather than executing the tests themselves.

Explore 2 awesome GitHub repositories matching testing & quality assurance · Test Code Analysis. Refine with filters or upvote what's useful.

Awesome Test Code Analysis GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • pmd/pmdpmd 的头像

    pmd/pmd

    5,425在 GitHub 上查看↗

    PMD 是一种多语言静态代码分析器,用于在不执行程序的情况下识别编程缺陷、未使用的变量和死代码。它作为代码异味检测器和编码标准执行器,确保源代码遵循特定的命名约定、结构要求和项目风格指南。 该项目具有基于 XPath 的规则引擎,允许用户使用针对抽象语法树的查询来定义自定义分析模式。它还包括一个复制粘贴检测器,用于识别跨多个文件的重复代码块,以及一个用于创建和测试自定义检测模式的可视化规则设计器。 分析范围涵盖了错误检测、识别可维护性问题以减少技术债务,以及验证测试实现。它还提供了识别过于复杂的方法和过多参数列表的功能。

    Analyzes test classes and methods to verify correct access modifiers and proper assertion framework usage.

    Javaapexcode-analysiscode-quality
    在 GitHub 上查看↗5,425
  • rust-lang/rlsrust-lang 的头像

    rust-lang/rls

    3,509在 GitHub 上查看↗

    RLS is a language server that provides language intelligence for the Rust programming language. It implements the Language Server Protocol to enable a standardized communication layer between the Rust compiler and various editor clients. The project focuses on providing real-time code completions, symbol navigation, and type information. It also supports automated structural changes, such as workspace-wide symbol renaming, to maintain semantic correctness during refactoring. The system incorporates static code analysis for linting and formatting, alongside a mechanism for incremental compila

    Extracts semantic information from unit tests by configuring the analysis to include test-specific code.

    Rustidelanguage-server-protocolrust
    在 GitHub 上查看↗3,509
  1. Home
  2. Testing & Quality Assurance
  3. Software Testing
  4. Testing Frameworks
  5. Unit
  6. Unit Testing
  7. Test Code Analysis