claudex/tests/test_proxy_smoke.py
Nenad Ilic 12e39cf7c9 Initial commit with functional proxy and tests
- Create claudex proxy for Anthropic-to-OpenAI API conversion
- Fix package setup in pyproject.toml
- Add environment variable mocking in tests
- Include example configuration
2025-04-26 14:17:27 +02:00

5 lines
175 B
Python

# Placeholder: A real test would mock the environment or downstream HTTP calls.
def test_proxy_importable():
import claudex.proxy
assert hasattr(claudex.proxy, "app")