From 97ffc2e1aaaaf45fcf17b1191aa30351ff71f065 Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Tue, 16 Jul 2024 15:01:13 +0100 Subject: [PATCH] Mokafka --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e6962e..8d73961 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Collection of awesome Python resources for testing and generating test data. - [httpretty](https://github.com/gabrielfalcao/HTTPretty) - HTTP request mock tool for Python. - [Kesha](https://github.com/NUTtech/Kesha) - A web service with a user interface for testing http requests and web hooks. - [mock](https://docs.python.org/3/library/unittest.mock.html) - (Python standard library) A mocking and patching library. +- [Mockafka](https://github.com/alm0ra/mockafka-py) - Python library designed for mocking Kafka in a testing environment. It simplifies testing Kafka-integrated applications by providing an in-memory mock for aiokafka and confluent-kafka-python. - [mocket](https://github.com/mindflayer/python-mocket) - A socket mock framework with gevent/asyncio/SSL support. - [Mockintosh](https://github.com/up9inc/mockintosh) - aims to provide usual HTTP mock service functionality with small resource footprint, making it friendly for microservice applications. - [moto](https://github.com/spulec/moto) - allows you to easily mock out tests based on AWS infrastructure.