Skip to content

Commit e2df239

Browse files
authored
Merge pull request #62 from Agent-Hellboy/add_new_section
Add LLM & MCP testing section
2 parents c2d9799 + 5c75a0a commit e2df239

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Collection of awesome Python resources for testing and generating test data.
1010
- [Design by Contract](#design-by-contract)
1111
- [Fake Data](#fake-data)
1212
- [Fixtures](#fixtures)
13+
- [LLM & MCP Testing](#llm--mcp-testing)
1314
- [Load Testing](#load-testing)
1415
- [Memory Management](#memory-management)
1516
- [Mock and Stub](#mock-and-stub)
@@ -74,6 +75,10 @@ Collection of awesome Python resources for testing and generating test data.
7475
- [pytest-mysql](https://github.com/ClearcodeHQ/pytest-mysql) - A pytest plugin, that enables you to test your code that relies on a running MySQL Database. It allows you to specify fixtures for MySQL process and client.
7576
- [pytest-rabbitmq](https://github.com/ClearcodeHQ/pytest-rabbitmq) - A pytest plugin, that enables you to test your code that relies on a running RabbitMQ server. It allows you to specify fixtures for RabbitMQ server and client.
7677

78+
## LLM & MCP Testing
79+
80+
- [mcp-server-fuzzer](https://github.com/Agent-Hellboy/mcp-server-fuzzer) - A comprehensive fuzzing tool designed specifically for testing Model Context Protocol (MCP) servers. It supports both tool argument fuzzing and protocol type fuzzing across multiple transport protocols.
81+
7782
## Load Testing
7883

7984
- [Dynamic Workload Model](https://github.com/hseera/dynamic-workload-model) - Code to generate dynamic workload model. Useful for testing autoscaling in cloud or mimicking different load profile for different scenario.
@@ -139,7 +144,6 @@ Collection of awesome Python resources for testing and generating test data.
139144
- [hypothesis-auto](https://github.com/timothycrosley/hypothesis-auto/) - An extensions for Hypothesis that provides fully automatic testing for type hinted functions.
140145
- [hypothesis-crosshair](https://github.com/pschanely/hypothesis-crosshair) - Add the power of solver-based symbolic execution to your Hypothesis tests with CrossHair.
141146
- [icontract-hypothesis](https://github.com/mristin/icontract-hypothesis) - Instead of writing manually the Hypothesis search strategies for a function, `icontract-hypothesis` infers them based on the function's precondition.
142-
- [mcp-server-fuzzer](https://github.com/Agent-Hellboy/mcp-server-fuzzer) - A comprehensive fuzzing tool designed specifically for testing Model Context Protocol (MCP) servers. It supports both tool argument fuzzing and protocol type fuzzing across multiple transport protocols.
143147

144148
## Rest API Testing
145149

0 commit comments

Comments
 (0)