flakestorm/tests
2025-12-31 23:04:47 +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 Refactor Entropix to FlakeStorm 2025-12-29 11:15:18 +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