We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff13ccf commit c6f99f7Copy full SHA for c6f99f7
1 file changed
tests/conftest.py
@@ -2,8 +2,13 @@
2
3
from __future__ import annotations
4
5
+import sys
6
+from pathlib import Path
7
+
8
import pytest
9
10
+sys.path.insert(0, str(Path(__file__).resolve().parents[1]))
11
12
from src.client import CompletionResult
13
from src.config import EvalConfig, EndpointConfig, PricingConfig
14
0 commit comments