mirror of
https://github.com/nenadilic84/claudex.git
synced 2025-10-28 00:02:05 -07:00
- Create claudex proxy for Anthropic-to-OpenAI API conversion - Fix package setup in pyproject.toml - Add environment variable mocking in tests - Include example configuration
5 lines
175 B
Python
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")
|