testing-patterns
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructional content and code templates for writing software tests within the Frappe ecosystem.
- [SAFE]: Code examples utilize the Python standard library (
unittest.mock) and built-in framework utilities (FrappeTestCase) for testing logic. - [SAFE]: Network operations described in the mocking section are simulated using standard unit testing patterns, preventing actual external connections during tests.
- [SAFE]: User and data identifiers used in examples are generic placeholders (e.g., 'alice@example.com', '_Test Customer Alpha') and do not involve sensitive production data or credentials.
Audit Metadata