You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Collection of awesome Python resources for testing and generating test data.
10
10
-[Design by Contract](#design-by-contract)
11
11
-[Fake Data](#fake-data)
12
12
-[Fixtures](#fixtures)
13
+
-[LLM & MCP Testing](#llm--mcp-testing)
13
14
-[Load Testing](#load-testing)
14
15
-[Memory Management](#memory-management)
15
16
-[Mock and Stub](#mock-and-stub)
@@ -131,6 +132,10 @@ Collection of awesome Python resources for testing and generating test data.
131
132
-[python-pentest-tools](https://github.com/dloss/python-pentest-tools) - Python tools for penetration testers.
132
133
-[fencer](https://github.com/abunuwas/fencer) - Fencer is an automated API security testing tool. It's an experimental project to see how much of the API security testing process can be automated.
133
134
135
+
## LLM & MCP Testing
136
+
137
+
-[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.
138
+
134
139
## Property Based Testing
135
140
136
141
-[Atheris](https://github.com/google/atheris) - is a coverage-guided Python fuzzing engine. It supports fuzzing of Python code, but also native extensions written for CPython.
@@ -139,7 +144,6 @@ Collection of awesome Python resources for testing and generating test data.
139
144
-[hypothesis-auto](https://github.com/timothycrosley/hypothesis-auto/) - An extensions for Hypothesis that provides fully automatic testing for type hinted functions.
140
145
-[hypothesis-crosshair](https://github.com/pschanely/hypothesis-crosshair) - Add the power of solver-based symbolic execution to your Hypothesis tests with CrossHair.
141
146
-[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.
0 commit comments