flakestorm/tests
2026-01-01 17:28:05 +08:00
..
__init__.py Refactor Entropix to FlakeStorm 2025-12-29 11:15:18 +08:00
conftest.py Refactor Entropix to FlakeStorm 2025-12-29 11:15:18 +08:00
test_adapters.py Implement flexible HTTP agent adapter with request templates and connection guides - Add request_template, response_path, method, query_params, and parse_structured_input to AgentConfig - Implement structured input parser for key-value extraction from golden prompts - Implement template engine with variable substitution for {prompt} and {field_name} - Implement response extractor supporting JSONPath and dot notation - Update HTTPAgentAdapter to support all HTTP methods (GET, POST, PUT, PATCH, DELETE) - Add comprehensive connection guide explaining localhost vs public endpoints - Update documentation with examples for TypeScript/JavaScript developers - Add tests for all new features 2025-12-31 23:04:47 +08:00
test_assertions.py Refactor Entropix to FlakeStorm 2025-12-29 11:15:18 +08:00
test_cli.py Refactor Entropix to FlakeStorm 2025-12-29 11:15:18 +08:00
test_config.py Refactor Entropix to FlakeStorm 2025-12-29 11:15:18 +08:00
test_mutations.py Enhance mutation capabilities by adding three new types: encoding_attacks, context_manipulation, and length_extremes. Update configuration and documentation to reflect the addition of these types, including their weights and descriptions. Revise README.md, API_SPECIFICATION.md, CONFIGURATION_GUIDE.md, and other relevant documents to provide comprehensive coverage of the new mutation strategies and their applications. Ensure all tests are updated to validate the new mutation types. 2026-01-01 17:28:05 +08:00
test_orchestrator.py Refactor Entropix to FlakeStorm 2025-12-29 11:15:18 +08:00
test_performance.py Refactor Entropix to FlakeStorm 2025-12-29 11:15:18 +08:00
test_reports.py Refactor Entropix to FlakeStorm 2025-12-29 11:15:18 +08:00