Skip to content

Commit 0a8a5f7

Browse files
committed
explicit tests/integration/conftest finxtures import
Signed-off-by: Teo <[email protected]>
1 parent 6ea858c commit 0a8a5f7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tests/integration/conftest.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
import pytest
2+
23
import agentops
4+
from tests.fixtures.providers import (
5+
ai21_async_client,
6+
ai21_client,
7+
anthropic_client,
8+
cohere_client,
9+
groq_client,
10+
litellm_client,
11+
mistral_client,
12+
openai_client,
13+
)
314
from tests.fixtures.vcr import vcr_config
4-
from tests.fixtures.providers import *
515

616

717
@pytest.fixture

0 commit comments

Comments
 (0)