From 982900bad586865a8e5fe15bbc8ebad20ab68031 Mon Sep 17 00:00:00 2001 From: Tenro Maintainer <255340583+tenro-oss@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:45:43 +1000 Subject: [PATCH] Add Tenro to LLM & MCP Testing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f334cb9..d9a3d56 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Collection of awesome Python resources for testing and generating test data. ## LLM & MCP Testing - [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. +- [Tenro](https://github.com/tenro-ai/tenro-python) - An open-source, provider-agnostic testing framework for AI agents that integrates with pytest. It simulates LLM and tool calls to test edge cases, failure paths, and agent logic without live API calls. ## Load Testing