awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

161 مستودعات

Awesome GitHub RepositoriesUnit

Frameworks designed to validate individual code units or logic components in isolation to ensure functional correctness.

Explore 161 awesome GitHub repositories matching testing & quality assurance · Unit. Refine with filters or upvote what's useful.

Awesome Unit GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • facebook/reactالصورة الرمزية لـ facebook

    facebook/react

    245,669عرض على GitHub↗

    React هي مكتبة JavaScript لبناء واجهات المستخدم تعتمد على معمارية قائمة على المكونات وتدفق بيانات أحادي الاتجاه.

    Provides controlled helpers to trigger user interactions and verify state updates in tests.

    JavaScriptjavascriptuifrontend
    عرض على GitHub↗245,669
  • ossu/computer-scienceالصورة الرمزية لـ ossu

    ossu/computer-science

    205,190عرض على GitHub↗

    يوفر هذا المشروع إطار عمل لمنهج علوم الحاسوب مصمم للمتعلمين ذاتياً. وهو ينظم الموارد الأكاديمية مفتوحة الوصول، بما في ذلك الكتب المدرسية والمحاضرات والواجبات، في مسار متماسك يحاكي متطلبات درجة البكالوريوس الرسمية. من خلال دمج الدراسة النظرية مع منهجيات هندسة البرمجيات العملية، تُمكّن المنصة الطلاب من إتقان المفاهيم الأساسية والمهارات التقنية المتقدمة بشكل مستقل. يتميز المنهج باستخدام سير عمل قائم على التحكم في الإصدار لإدارة التجربة التعليمية. يستخدم المتعلمون أدوات قائمة على المستودعات لتتبع الإنجازات الأكاديمية، والحفاظ على سجل دائم للواجبات المكتملة، والتحقق من صحة حلولهم التقنية مقابل المتطلبات المحددة. يشجع هذا النهج على تبني ممارسات هندسية قياسية في الصناعة، مثل تهيئة بيئات تطوير معزولة وإدارة تبعيات المشروع، طوال عملية التعلم. تدعم المنصة مجموعة واسعة من التطوير التقني، وتغطي مجالات مثل حل المشكلات الحسابية، والتصميم كائني التوجه، وتحليل البيانات. كما تسهل التعلم التعاوني من خلال منصات يقودها المجتمع، مما يسمح للطلاب بالمشاركة في التفاعل مع الأقران والتحقق من أعمالهم. يتم الحفاظ على المنهج كمورد مفتوح المصدر، مما يوفر دليلاً شاملاً لبناء الكفاءة المهنية في هندسة البرمجيات.

    Verify code correctness by creating automated test cases that ensure specific logic blocks and functions behave exactly as expected during execution.

    HTMLawesome-listcomputer-sciencecourses
    عرض على GitHub↗205,190
  • rust-lang/rustالصورة الرمزية لـ rust-lang

    rust-lang/rust

    114,066عرض على GitHub↗

    Rust is a programming language designed for memory safety and performance. It provides a comprehensive curriculum that covers fundamental syntax, memory management, and advanced programming paradigms, including support for functional and object-oriented styles. The language features a strong type system that enforces memory safety through ownership, borrowing, and lifetime annotations, while also offering mechanisms for handling both recoverable and unrecoverable errors. The language includes extensive support for concurrent programming, providing primitives for thread management, shared-stat

    Supports isolated verification of logic through integrated testing attributes.

    Rustcompilerlanguagerust
    عرض على GitHub↗114,066
  • facebook/create-react-appالصورة الرمزية لـ facebook

    facebook/create-react-app

    103,325عرض على GitHub↗

    Create React App is a comprehensive suite of tools for project bootstrapping, local development serving, unit testing, and production asset optimization. It functions as a React project bootstrapper and frontend build toolchain that generates a pre-configured development environment and folder structure. The project provides a local development server with live reloading and real-time error reporting, alongside a built-in test runner for executing unit tests and generating code coverage reports. It also includes a progressive web app template to implement service workers and web app manifests

    Provides an interactive test suite to verify that individual React components and functions behave correctly.

    JavaScript
    عرض على GitHub↗103,325
  • facebookincubator/create-react-appالصورة الرمزية لـ facebookincubator

    facebookincubator/create-react-app

    103,327عرض على GitHub↗

    Create React App is a command-line tool that generates a pre-configured project structure and build pipeline for React web applications. It serves as a frontend project scaffold, providing a set of predefined directory structures and dependencies to start development without manual compiler or bundler setup. The tool manages a complete frontend build pipeline that compiles, minifies, and optimizes code into production-ready bundles with hashed filenames. It also includes a configuration tool for progressive web app standards, implementing web app manifests and service workers for offline func

    Integrates interactive test watchers and coverage reports to verify the logic of React components.

    JavaScript
    عرض على GitHub↗103,327
  • storybooks/storybookالصورة الرمزية لـ storybooks

    storybooks/storybook

    90,364عرض على GitHub↗

    Storybook is an integrated environment for developing, documenting, and testing user interface components. It provides a development workshop for building components in isolation from main application logic, alongside a testing tool for simulating viewports and analyzing accessibility. The project creates a living catalog of interface elements that generates interactive examples and technical documentation for component APIs. It includes a dedicated environment for visual regression testing to verify states and behaviors across different configurations and screen dimensions. The platform cov

    Provides the ability to execute and verify individual logic pieces through integrated unit tests.

    TypeScript
    عرض على GitHub↗90,364
  • opencv/opencvالصورة الرمزية لـ opencv

    opencv/opencv

    89,201عرض على GitHub↗

    OpenCV is a comprehensive computer vision library designed for real-time performance and cross-platform deployment. It provides a native execution environment that leverages multi-threaded operations and automated memory management to handle intensive computational tasks, including image processing and machine learning model inference. The library distinguishes itself through a data-oriented matrix framework that utilizes proxy-based array abstractions to provide a consistent interface for multidimensional data. By employing factory-pattern algorithm interfaces and runtime type dispatching, i

    Validates logic correctness and namespace usage through a standardized unit testing framework.

    C++c-plus-pluscomputer-visiondeep-learning
    عرض على GitHub↗89,201
  • enaqx/awesome-reactالصورة الرمزية لـ enaqx

    enaqx/awesome-react

    73,650عرض على GitHub↗

    This project is a community-driven knowledge base that serves as a centralized directory for the React and React Native ecosystems. It functions as a developer discovery portal, aggregating high-quality libraries, frameworks, and learning resources to assist in the research and selection of tools for modern web and mobile application development. The repository distinguishes itself through a hierarchical taxonomy that organizes a fragmented landscape of third-party software into functional domains. By utilizing markdown-based content curation, it provides a structured index that allows develo

    Surfaces specialized testing utilities for rendering, querying, and interacting with components during unit verification.

    awesomeawesome-listjavascript
    عرض على GitHub↗73,650
  • swiftlang/swiftالصورة الرمزية لـ swiftlang

    swiftlang/swift

    70,051عرض على GitHub↗

    Swift is a high-performance, general-purpose programming language designed for safety and speed. It features a modular compiler front-end that transforms source code into optimized machine binaries, utilizing a value-oriented type system that prioritizes predictable state management through value and reference types. The language is built on a task-based concurrency model that schedules asynchronous operations across multicore hardware to ensure data race safety. The project distinguishes itself through a native, bi-directional interoperability mechanism that allows for direct integration wit

    Validates individual logic components through expressive tests that utilize macros for detailed failure output and parameterization.

    Swift
    عرض على GitHub↗70,051
  • addyosmani/agent-skillsالصورة الرمزية لـ addyosmani

    addyosmani/agent-skills

    60,849عرض على GitHub↗

    Agent-skills is a collection of structured instructions and behavioral personas designed to standardize how AI coding agents perform engineering tasks. It functions as a workflow orchestrator that maps natural language intent to repeatable technical sequences and verification checklists. The project distinguishes itself through the use of specialized markdown-defined roles, such as security auditors or test engineers, to apply targeted domain expertise. It employs an evidence-based verification model that requires runtime data or passing tests as mandatory exit criteria to ensure AI-generated

    Standardizes the creation of unit tests to verify individual function behavior in isolation.

    Shellagent-skillsantigravityantigravity-ide
    عرض على GitHub↗60,849
  • angular/angular.jsالصورة الرمزية لـ angular

    angular/angular.js

    58,615عرض على GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By utilizing a centralized dependency injection container, the framework manages the lifecycle of services and components to ensure modularity and maintainable architecture. The framework is defined by its two-way data binding mechanism, which automatically synchronizes data models wit

    Validates individual code units and logic components in isolation to ensure functional correctness.

    JavaScript
    عرض على GitHub↗58,615
  • facebook/jestالصورة الرمزية لـ facebook

    facebook/jest

    45,448عرض على GitHub↗

    Jest is a JavaScript testing framework that integrates a test runner, an assertion library, and a snapshot testing tool. Its primary purpose is to provide a comprehensive environment for writing and running automated JavaScript tests to verify software correctness. The framework is distinguished by its snapshot testing capabilities, which capture the state of large objects or rendered components to detect regressions over time. It also features a reactive watch mode that monitors file changes and automatically executes only the tests related to modified code. The project covers a broad range

    Provides a robust environment for writing and running automated unit tests to verify individual code logic.

    TypeScript
    عرض على GitHub↗45,448
  • sahat/hackathon-starterالصورة الرمزية لـ sahat

    sahat/hackathon-starter

    35,226عرض على GitHub↗

    This project is a Node.js web application boilerplate designed to accelerate development by providing a pre-configured foundation with integrated routing, templating, and developer tooling. It serves as a comprehensive starter kit that includes a full-stack authentication system, a payment integration starter, and an LLM agent framework. The framework distinguishes itself with specialized tools for AI development, including a retrieval-augmented generation implementation kit with vector search and semantic caching. It enables the creation of reasoning agents featuring tool-calling loops and r

    Includes a suite of unit tests to verify core application logic and security features remain intact.

    JavaScriptboilerplatehackathonhacktoberfest
    عرض على GitHub↗35,226
  • grafana/k6الصورة الرمزية لـ grafana

    grafana/k6

    30,874عرض على GitHub↗

    k6 is a performance testing framework used to measure the scalability and stability of network services and APIs. It functions as a JavaScript load testing tool that uses a Go engine to simulate concurrent user traffic. The tool enables the enforcement of service level objectives by comparing response time percentiles against quantitative performance thresholds. It also operates as a performance regression tool for continuous integration pipelines and a browser performance testing tool that executes scripts within a bundled headless browser instance. Its capabilities cover workload scenario

    Executes unit tests with race detection to ensure the Go engine functions safely under concurrency.

    Goes6gogolang
    عرض على GitHub↗30,874
  • react-boilerplate/react-boilerplateالصورة الرمزية لـ react-boilerplate

    react-boilerplate/react-boilerplate

    29,490عرض على GitHub↗

    This is a foundational project structure for building scalable web applications using React. It provides a standardized directory structure and build tools to accelerate the bootstrapping of new projects, featuring a Redux architecture for predictable state management through unidirectional data flow and an immutable store. The project is distinguished by a command-line interface for generating standardized components, containers, and routes from predefined templates. It implements an offline-first framework using service workers to enable progressive web app functionality, alongside a compon

    Verifies the correctness of individual functions and UI elements through automated unit tests.

    JavaScripti18nimmeroffline-first
    عرض على GitHub↗29,490
  • fyne-io/fyneالصورة الرمزية لـ fyne-io

    fyne-io/fyne

    27,941عرض على GitHub↗

    Fyne is a cross-platform graphical user interface toolkit for the Go programming language. It provides a comprehensive framework for building native applications that run on desktop, mobile, and web environments from a single codebase. The toolkit centers on a canvas-based rendering engine and a device-independent layout engine, ensuring that visual elements maintain consistent dimensions and behavior across diverse operating systems and screen densities. The project distinguishes itself through a reactive data-binding system that automatically synchronizes application state with interface co

    Facilitates unit testing of application logic and widget behavior without requiring a graphical display.

    Goandroidcross-platformfyne
    عرض على GitHub↗27,941
  • thealgorithms/rustالصورة الرمزية لـ TheAlgorithms

    TheAlgorithms/Rust

    25,875عرض على GitHub↗

    This project is an algorithm implementation reference and educational resource providing a library of common computer science algorithms implemented in Rust. It serves as a codebase for learning data structures and algorithmic logic through practical, executable examples. The collection is designed for computer science education and rust language proficiency, allowing users to study computational patterns and solve programming challenges. It provides a reference for those practicing competitive programming or seeking to understand how to apply Rust idioms to standard algorithmic logic.

    Integrates unit tests directly within source files to validate the correctness of algorithmic implementations.

    Rustalgorithmsdata-structureshacktoberfest
    عرض على GitHub↗25,875
  • rwaldron/idiomatic.jsR

    rwaldron/idiomatic.js

    25,712عرض على GitHub↗

    This project is a JavaScript style guide and a set of coding standards designed to ensure codebase consistency. It provides a collection of best practices for writing maintainable and idiomatic code, focusing on variable naming, type checking, and execution context. The project serves as a static analysis guide, offering frameworks and guidelines for using linters and automated tools to identify bugs and verify code correctness before deployment. It establishes standards for formatting, syntax, and variable declarations to standardize code style across a project. The scope of the project cov

    Establishes requirements for using unit and functional testing to verify code correctness.

    عرض على GitHub↗25,712
  • rancher/rancherالصورة الرمزية لـ rancher

    rancher/rancher

    25,692عرض على GitHub↗

    Rancher is a Kubernetes management platform and multi-cluster orchestrator. It provides a centralized dashboard and container management interface for deploying, scaling, and administering multiple Kubernetes clusters across on-premises and cloud environments. The system includes a cluster provisioner that automates the creation and bootstrapping of clusters using standardized configurations. It secures management traffic through SSL certificate management and termination, supporting both custom certificates and automated validation via Let's Encrypt. The platform covers enterprise API audit

    Provides a standardized containerized runtime to execute unit test suites and verify codebase correctness.

    Go
    عرض على GitHub↗25,692
  • quii/learn-go-with-testsالصورة الرمزية لـ quii

    quii/learn-go-with-tests

    23,510عرض على GitHub↗

    This project is an educational platform and tutorial series designed to teach the Go programming language through the practice of test-driven development. It provides a structured path for developers to master language fundamentals, concurrency, and standard library usage by building functional applications in small, verifiable increments. The core methodology centers on the test-driven development cycle, where failing tests are written before implementation to define requirements and ensure code correctness. This approach is applied across a wide range of practical scenarios, including the c

    Core focus on executing automated unit tests to verify individual code logic and ensure correctness.

    Gogogolangtdd
    عرض على GitHub↗23,510
السابق123456…9التالي
  1. Home
  2. Testing & Quality Assurance
  3. Software Testing
  4. Testing Frameworks
  5. Unit

استكشف الوسوم الفرعية

  • React Testing Utilities1 وسم فرعيSpecialized libraries that provide helpers for rendering, querying, and interacting with React components during unit tests.
  • Transient Unit DefinitionsRuntime creation of temporary system units that inherit standard execution and resource management capabilities. **Distinct from Unit:** Distinct from Unit: focuses on runtime system unit creation for process management rather than code-level testing units.
  • Unit Testing31 وسوم فرعيةTesting practices focused on verifying the smallest testable parts of an application in isolation from other components.