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

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

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

Open-source alternatives to Flake8 Assertive

30 open-source projects similar to jparise/flake8-assertive, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Flake8 Assertive alternative.

  • akamud/xamarin.forms.testinglibraryakamud 的头像

    akamud/Xamarin.Forms.TestingLibrary

    32在 GitHub 上查看↗

    A testing library to make components testing for Xamarin.Forms easier, inspired by Testing Library, Flutter's Widget Testing and others.

    C#
    在 GitHub 上查看↗32
  • and-semakin/flake8-pytestrailA

    and-semakin/flake8-pytestrail

    0在 GitHub 上查看↗

    A companion Flake8 plugin for pytest-testrail package.

    在 GitHub 上查看↗0
  • anko/tap-mergeanko 的头像

    anko/tap-merge

    13在 GitHub 上查看↗

    library and CLI tool that merges multiple Test Anything Protocol streams

    LiveScript
    在 GitHub 上查看↗13
  • antoaravinth/preact-testing-libraryantoaravinth 的头像

    antoaravinth/preact-testing-library

    158在 GitHub 上查看↗

    Preact Testing Library

    JavaScript
    在 GitHub 上查看↗158
  • centigrade/ngtxCentigrade 的头像

    Centigrade/ngtx

    11在 GitHub 上查看↗

    ngtx stands for "Angular Testing Extensions". It is a small set of functions aiming to make your life easier when testing Angular components. It's supposed to make your tests lean while increasing the readability by boosting the semantics of each test case.

    TypeScript
    在 GitHub 上查看↗11
  • cypress-io/cypresscypress-io 的头像

    cypress-io/cypress

    50,113在 GitHub 上查看↗

    Cypress is a browser-based testing framework designed for writing and running automated tests directly inside the browser. It serves as an end-to-end testing framework, a frontend component testing tool, and a web application test runner. The project also functions as a headless browser automation tool and a network traffic interceptor. The system differentiates itself by executing test code within the same browser process as the application, allowing for direct access to the DOM. It includes a network traffic interception system to stub and manipulate browser requests, as well as a graphical

    TypeScriptangular-testing-librarycomponent-testingcypress
    在 GitHub 上查看↗50,113

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • derhuerst/chutneyderhuerst 的头像

    derhuerst/chutney

    4在 GitHub 上查看↗

    Run TAP tests at Sauce Labs. A more opinionated smokestack. airtap is a another, well-known alternative.

    JavaScript
    在 GitHub 上查看↗4
  • developit/preact-jsx-chaidevelopit 的头像

    developit/preact-jsx-chai

    56在 GitHub 上查看↗

    Extend Chai with support for asserting JSX equality & contents with support for Preact Components.

    JavaScript
    在 GitHub 上查看↗56
  • francescoborzi/ngx-page-object-modelFrancescoBorzi 的头像

    FrancescoBorzi/ngx-page-object-model

    37在 GitHub 上查看↗

    Angular Component Tests made easy

    TypeScript
    在 GitHub 上查看↗37
  • getsaf/shallow-rendergetsaf 的头像

    getsaf/shallow-render

    273在 GitHub 上查看↗

    Angular testing made easy with shallow rendering and easy mocking. https://getsaf.github.io/shallow-render

    TypeScript
    在 GitHub 上查看↗273
  • help-me-mom/ng-mockshelp-me-mom 的头像

    help-me-mom/ng-mocks

    1,156在 GitHub 上查看↗

    Angular testing library for mocking components, directives, pipes, services and facilitating TestBed setup

    TypeScript
    在 GitHub 上查看↗1,156
  • help-me-mom/ng-mocks-sandboxhelp-me-mom 的头像

    help-me-mom/ng-mocks-sandbox

    5在 GitHub 上查看↗

    A repo with guides and examples for unit tests in Angular applications using ng-mocks.

    TypeScript
    在 GitHub 上查看↗5
  • hughsk/smokestackhughsk 的头像

    hughsk/smokestack

    243在 GitHub 上查看↗

    Pipe your JavaScript into a browser of your choosing:

    JavaScript
    在 GitHub 上查看↗243
  • hypertheory-labs/msw-lenshypertheory-labs 的头像

    hypertheory-labs/msw-lens

    1在 GitHub 上查看↗

    A developer tool with two jobs:

    TypeScript
    在 GitHub 上查看↗1
  • jam3/tap-dev-toolJam3 的头像

    Jam3/tap-dev-tool

    29在 GitHub 上查看↗

    (Click for a live demo)

    JavaScript
    在 GitHub 上查看↗29
  • jamescooke/flake8-aaajamescooke 的头像

    jamescooke/flake8-aaa

    74在 GitHub 上查看↗

    Flake8-AAA

    Python
    在 GitHub 上查看↗74
  • jdkandersson/flake8-mock-specjdkandersson 的头像

    jdkandersson/flake8-mock-spec

    4在 GitHub 上查看↗

    Are you using mocks in your code and want to ensure that you are not accessing or calling methods that the mocked objects don't have? Using mocks incorrectly can lead to bugs in your code and falsely passing tests. To avoid this, flake8-mock-spec linter has been created to enforce the use of the…

    Python
    在 GitHub 上查看↗4
  • jestjs/jestjestjs 的头像

    jestjs/jest

    45,448在 GitHub 上查看↗

    Jest is a JavaScript testing framework designed for writing and running automated test suites to verify the correctness of JavaScript and TypeScript code. It functions as a comprehensive toolset that integrates a test runner, a mocking and spying library, a snapshot testing tool, and a code coverage tool. The framework distinguishes itself through snapshot testing, which records the serialized state of data structures to detect regressions in future executions. It also includes a mocking and spying library for simulating external dependencies and tracking function calls to isolate code during

    TypeScripteasyexpectationfacebook
    在 GitHub 上查看↗45,448
  • jmcdo29/testing-nestjsjmcdo29 的头像

    jmcdo29/testing-nestjs

    3,019在 GitHub 上查看↗

    This project is a NestJS testing boilerplate and reference implementation. It provides a structured monorepo workspace designed to demonstrate various architectural and testing patterns for NestJS applications. The project features a dockerized test environment and an integration testing framework. It includes a dedicated GraphQL API test suite to validate graph-based endpoints and schemas for queries and mutations. The suite covers a layered testing hierarchy consisting of unit, integration, and end-to-end tests. These capabilities extend across the application and data layers, including da

    TypeScriptcqrsexamplesgraphql
    在 GitHub 上查看↗3,019
  • jonathanpeppers/xamarin.forms.mocksjonathanpeppers 的头像

    jonathanpeppers/Xamarin.Forms.Mocks

    193在 GitHub 上查看↗

    Library for running Xamarin.Forms inside of unit tests

    C#
    在 GitHub 上查看↗193
  • kareemmostafa77/qc-auto-packageKareemMostafa77 的头像

    KareemMostafa77/qc-auto-package

    1在 GitHub 上查看↗

    Effortless, stable test IDs for Angular apps, controlled by testers — not code.

    TypeScript
    在 GitHub 上查看↗1
  • khalic-lab/schmockkhalic-lab 的头像

    khalic-lab/schmock

    2在 GitHub 上查看↗

    Schema Mocking Made Easy

    TypeScript
    在 GitHub 上查看↗2
  • kirill-kolomin/ngx-testboxkirill-kolomin 的头像

    kirill-kolomin/ngx-testbox

    2在 GitHub 上查看↗

    Integration testing for Angular with black-box approach, async control, and user-centric testing concept

    TypeScript
    在 GitHub 上查看↗2
  • lukasniessen/archunittsLukasNiessen 的头像

    LukasNiessen/ArchUnitTS

    419在 GitHub 上查看↗

    ArchUnitTS is an architecture testing library. Specify and ensure architecture rules in your TypeScript app. Easy setup and pipeline integration.

    TypeScript
    在 GitHub 上查看↗419
  • m-burst/flake8-pytest-stylem-burst 的头像

    m-burst/flake8-pytest-style

    240在 GitHub 上查看↗

    A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.

    Python
    在 GitHub 上查看↗240
  • malopolese/ngx-api-mocks-interceptorMaloPolese 的头像

    MaloPolese/ngx-api-mocks-interceptor

    2在 GitHub 上查看↗

    A powerful Angular HTTP interceptor for mocking API responses with support for dynamic data generation, path matching, response delays, and simulated file operations. Perfect for development and testing.

    TypeScript
    在 GitHub 上查看↗2
  • mblayman/tappymblayman 的头像

    mblayman/tappy

    146在 GitHub 上查看↗

    tappy

    Python
    在 GitHub 上查看↗146
  • microsoft/playwrightmicrosoft 的头像

    microsoft/playwright

    91,074在 GitHub 上查看↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior in consistent, isolated environments. The framework distinguishes itself through a web-first testing paradigm that prioritizes stability and resilience. By utilizing an auto-waiting actionability engine and accessibility-tree-based locators, it eliminates common sources of test

    TypeScriptautomationchromechromium
    在 GitHub 上查看↗91,074
  • millersvt/ng-automocksMillerSvt 的头像

    MillerSvt/ng-automocks

    3在 GitHub 上查看↗

    When testing Angular applications, you often need to isolate a component or service under test from its Angular dependencies. In the past, this meant manually creating stub components, using NOERRORSSCHEMA, TestBed.override... functions, third party libraries, or creating mock entities manually.…

    TypeScript
    在 GitHub 上查看↗3
  • mswjs/mswmswjs 的头像

    mswjs/msw

    17,977在 GitHub 上查看↗

    MSW is a JavaScript API mocking library and integration testing tool designed to intercept network requests at the network level. It allows for the definition of mock data and status codes using routing syntax to simulate server responses without requiring changes to the application source code. The project utilizes a service worker to proxy API calls in the browser, providing a mechanism for isolated frontend development and testing. It employs platform-specific network adapters to maintain a consistent mocking interface across both browser and Node.js environments. The library covers a ran

    TypeScriptapiapi-mockingdevtools
    在 GitHub 上查看↗17,977