Add a robust auto-update mechanism to the Web App launcher and introduce the Interactive Prompt Builder.

This commit is contained in:
Zied
2026-02-25 10:14:44 +01:00
parent 338420a924
commit 0fb8b52bcb
1092 changed files with 41407 additions and 3566 deletions

View File

@@ -1,6 +1,8 @@
---
name: python-testing-patterns
description: Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
description: "Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices."
risk: unknown
source: community
---
# Python Testing Patterns