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

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

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

litestar-org/polyfactory

0
View on GitHub↗
1,412 星标·108 分支·Python·mit·2 次浏览polyfactory.litestar.dev↗

Polyfactory

Features

  • Mocking and Fixtures - Mock data generation for classes and models.
  • Testing Tools - Listed in the “Testing Tools” section of the Awesome Python awesome list.

Star 历史

litestar-org/polyfactory 的 Star 历史图表litestar-org/polyfactory 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Polyfactory 的开源替代方案

相似的开源项目,按与 Polyfactory 的功能重合度排序。
  • getsentry/responsesgetsentry 的头像

    getsentry/responses

    4,350在 GitHub 上查看↗

    Responses is a Python mocking library designed to intercept outgoing HTTP calls made with the Requests library to return predefined simulated responses. It functions as a request verification framework and a network simulation tool, allowing for the verification of application behavior against various API response patterns without making real network calls. The project distinguishes itself through a traffic recorder that captures real network interactions and saves them to files for deterministic replay. It further enables the simulation of complex network scenarios, including the triggering

    Pythontag-production
    在 GitHub 上查看↗4,350
  • joke2k/fakerjoke2k 的头像

    joke2k/faker

    19,278在 GitHub 上查看↗

    Faker is a Python library designed to generate realistic synthetic data for software testing, database prototyping, and privacy-preserving anonymization. It provides a comprehensive suite of tools to create diverse information types, including personal identities, financial records, geographic locations, and technical system metadata, allowing developers to populate environments with mock data that mimics real-world structures. The library is built on a modular provider architecture that supports dynamic method dispatch, enabling users to extend functionality by registering custom data genera

    Pythondatasetfakefake-data
    在 GitHub 上查看↗19,278
  • coveragepy/coveragepycoveragepy 的头像

    coveragepy/coveragepy

    3,386在 GitHub 上查看↗

    The code coverage tool for Python

    Python
    在 GitHub 上查看↗3,386
  • kevin1024/vcrpykevin1024 的头像

    kevin1024/vcrpy

    2,969在 GitHub 上查看↗

    Automatically mock your HTTP interactions to simplify and speed up testing

    Pythonhttpmockingpython
    在 GitHub 上查看↗2,969
查看 Polyfactory 的所有 30 个替代方案→

常见问题解答

litestar-org/polyfactory 的主要功能有哪些?

litestar-org/polyfactory 的主要功能包括:Mocking and Fixtures, Testing Tools。

litestar-org/polyfactory 有哪些开源替代品?

litestar-org/polyfactory 的开源替代品包括: joke2k/faker — Faker is a Python library designed to generate realistic synthetic data for software testing, database prototyping,… lk-geimfari/mimesis — Mimesis is a Python synthetic data generator used to create realistic fake datasets and mock data for software testing… coveragepy/coveragepy — The code coverage tool for Python. getsentry/responses — Responses is a Python mocking library designed to intercept outgoing HTTP calls made with the Requests library to… kevin1024/vcrpy — Automatically mock your HTTP interactions to simplify and speed up testing. lundberg/respx — Mock HTTPX with awesome request patterns and response side effects 🦋.