From 614f271b37fc5a09845833f88cf191305524085c Mon Sep 17 00:00:00 2001 From: Marcel Veselka Date: Tue, 17 Mar 2026 20:20:15 +0100 Subject: [PATCH 1/2] Add wopee.rf and wopee-mcp to the list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 41df981..eebf6c5 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. +- [wopee-mcp](https://docs.wopee.io/guides/wopee-mcp/) - MCP server for autonomous testing - dispatch test runs, analysis crawls, and AI agent tests from AI coding assistants. ## Load Testing @@ -249,6 +250,7 @@ Collection of awesome Python resources for testing and generating test data. - [sixpack](https://github.com/seatgeek/sixpack) - A language-agnostic A/B Testing framework. - [splinter](https://github.com/cobrateam/splinter) - Open source tool for testing web applications. - [squape](https://github.com/CyberAlpaca/squish-api-python-extension) - is a package that extends Squish API providing convenience tools for everyday automated test cases development. +- [wopee.rf](https://docs.wopee.io/robot-framework/) - Visual regression testing library for Robot Framework with AI-powered autonomous test maintenance. ## Resources From f247d852dc44378a7c5888d3d5760b5beb9577fb Mon Sep 17 00:00:00 2001 From: Marcel Veselka Date: Tue, 31 Mar 2026 11:58:55 +0200 Subject: [PATCH 2/2] fix: remove wopee-mcp (Node.js, not Python) and fix dead semaphore link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove wopee-mcp from LLM & MCP Testing section as it's a Node.js package, not appropriate for a Python testing list - Fix dead link: semaphoreci.com → semaphore.io (domain changed) - Keep wopee.rf in UI Testing section (Python/Robot Framework library) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index eebf6c5..7a9cde5 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,6 @@ 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. -- [wopee-mcp](https://docs.wopee.io/guides/wopee-mcp/) - MCP server for autonomous testing - dispatch test runs, analysis crawls, and AI agent tests from AI coding assistants. ## Load Testing @@ -258,7 +257,7 @@ Collection of awesome Python resources for testing and generating test data. - [Anna-Lena Popkes: "Mocking in Python"](https://alpopkes.com/posts/python/mocking/) - Mocking might seem confusing in the beginning but once you understand the basics it can be very helpful. - [async test patterns for Pytest](https://tonybaloney.github.io/posts/async-test-patterns-for-pytest-and-unittest.html) - Learn some handy async examples and patterns for testing in Pytest. -- [Getting Started With Property-Based Testing in Python With Hypothesis and Pytest](https://semaphoreci.com/blog/property-based-testing-python-hypothesis-pytest) +- [Getting Started With Property-Based Testing in Python With Hypothesis and Pytest](https://semaphore.io/blog/property-based-testing-python-hypothesis-pytest) - [How not to footgun yourself when writing tests](https://www.marwansarieddine.com/posts/flaky_tests) - a showcase of flaky tests - [Stargirl Flowers: “My Python testing style guide”](https://blog.thea.codes/my-python-testing-style-guide) - An attempt to catalog some practices around testing Python projects. It's not meant to be treated as dogma. - [Test & Code: Python Testing](https://testandcode.com/) - Test & Code is a weekly podcast hosted by Brian Okken. The show covers a wide array of topics including software engineering, development, testing, Python programming, and many related topics.