(Testing) - Add e2e testing for langfuse logging with tags (#7922)
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 14s

* move langfuse tests

* fix test

* fix completion.json

* working test

* test completion with tags

* langfuse testing fixes

* faster logging testing

* pytest-xdist in testing

* fix langfuse testing flow

* fix testing flow

* fix config for logging tests

* fix langfuse completion with tags stream

* fix _verify_langfuse_call
This commit is contained in:
Ishaan Jaff 2025-01-22 09:09:25 -08:00 committed by GitHub
parent 0eec1d860e
commit 1f4ea88228
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 492 additions and 1 deletions

View file

@ -4,7 +4,7 @@ import json
import logging
import os
import sys
from typing import Any
from typing import Any, Optional
from unittest.mock import MagicMock, patch
logging.basicConfig(level=logging.DEBUG)