generate_testing_framework
Generate comprehensive testing setups for GenLayer contracts. Supports unit, integration, and end-to-end tests with customizable frameworks and mock external services.
Instructions
Generate comprehensive testing setups for GenLayer contracts including unit tests, integration tests, and end-to-end testing strategies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_framework | Yes | Testing framework to use | pytest |
| test_types | No | Types of tests to generate | |
| contract_features | No | Contract features to test | |
| mock_external_services | No | Include mocking for external services (LLMs, web APIs) |