MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / sample_conversation

Function sample_conversation

tests/conftest.py:27–32  ·  view source on GitHub ↗

Sample conversation data for testing.

()

Source from the content-addressed store, hash-verified

25
26@pytest.fixture
27def sample_conversation():
28 """Sample conversation data for testing."""
29 return [
30 {"from": "human", "value": "What is 2+2?"},
31 {"from": "gpt", "value": "2+2 equals 4."},
32 ]
33
34
35@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected