MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / sample_csv

Function sample_csv

tests/conftest.py:261–266  ·  view source on GitHub ↗

Sample CSV content for testing.

()

Source from the content-addressed store, hash-verified

259
260@pytest.fixture
261def sample_csv() -> str:
262 """Sample CSV content for testing."""
263 return """name,role,department
264Alice,Engineer,Engineering
265Bob,Designer,Design
266Charlie,Manager,Operations"""
267
268
269# ============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected