Skip to content

Commit 8f1a958

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

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

tests/integration/conftest.py

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

618

719
@pytest.fixture

0 commit comments

Comments
 (0)