Skip to content

Commit

Permalink
explicit tests/integration/conftest finxtures import
Browse files Browse the repository at this point in the history
Signed-off-by: Teo <[email protected]>
  • Loading branch information
teocns committed Jan 14, 2025
1 parent 6ea858c commit 0a8a5f7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
import pytest

import agentops
from tests.fixtures.providers import (
ai21_async_client,
ai21_client,
anthropic_client,
cohere_client,
groq_client,
litellm_client,
mistral_client,
openai_client,
)
from tests.fixtures.vcr import vcr_config
from tests.fixtures.providers import *


@pytest.fixture
Expand Down

0 comments on commit 0a8a5f7

Please sign in to comment.