[PR #2762] added the keploy in the testing section #2075

Open
opened 2025-11-06 13:28:59 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2762
Author: @pratik-mahalle
Created: 9/17/2025
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • c888161 added the keploy in the testing section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Keploy is an open-source testing toolkit for developers that automatically generates test cases and data mocks from real API calls.
It helps developers perform unit, integration, and end-to-end testing without writing manual test cases, significantly speeding up the testing process.

Key features:

  • 🧪 Automatic Test Generation – Converts real API traffic into test cases and mocks.
  • 🔄 Language-Agnostic – Works with any application stack that communicates over HTTP/gRPC.
  • 🏃 Seamless CI/CD Integration – Can run as part of pipelines to ensure regression-free releases.
  • 📊 Deterministic & Reliable – Eliminates flaky tests by using captured real data.

What's the difference between this Python project and similar ones?

Unlike traditional testing frameworks like pytest or mocking libraries where developers must write tests manually, Keploy:

  • Auto-generates tests based on real API traffic, reducing manual effort.
  • Captures real-world request/response data to make tests highly reliable and production-like.
  • Provides mocking + test case generation in a single tool, reducing setup complexity.
  • Works at the network level, so it’s language/framework-independent (can even test polyglot microservices).

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2762 **Author:** [@pratik-mahalle](https://github.com/pratik-mahalle) **Created:** 9/17/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c888161`](https://github.com/vinta/awesome-python/commit/c88816144d815d6c25caf337e9e6fd2d759e2b6d) added the keploy in the testing section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? [Keploy](https://github.com/keploy/keploy) is an open-source **testing toolkit** for developers that automatically generates test cases and data mocks from real API calls. It helps developers perform **unit, integration, and end-to-end testing** without writing manual test cases, significantly speeding up the testing process. Key features: * 🧪 **Automatic Test Generation** – Converts real API traffic into test cases and mocks. * 🔄 **Language-Agnostic** – Works with any application stack that communicates over HTTP/gRPC. * 🏃 **Seamless CI/CD Integration** – Can run as part of pipelines to ensure regression-free releases. * 📊 **Deterministic & Reliable** – Eliminates flaky tests by using captured real data. --- ## What's the difference between this Python project and similar ones? Unlike traditional testing frameworks like `pytest` or mocking libraries where developers must write tests manually, Keploy: * **Auto-generates tests** based on real API traffic, reducing manual effort. * Captures **real-world request/response data** to make tests highly reliable and production-like. * Provides **mocking + test case generation in a single tool**, reducing setup complexity. * Works at the **network level**, so it’s language/framework-independent (can even test polyglot microservices). --- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:28:59 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#2075