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

Function sample_config_dict

tests/conftest.py:224–234  ·  view source on GitHub ↗

Sample configuration dictionary.

()

Source from the content-addressed store, hash-verified

222
223@pytest.fixture
224def sample_config_dict():
225 """Sample configuration dictionary."""
226 return {
227 "data_root": "/data/test",
228 "output_dir": "/output/test",
229 "batch_size": 32,
230 "operators": {
231 "filter": {"type": "ConvLengthFilter", "min_length": 1},
232 "rewriter": {"type": "RemoveThinkRewriter"},
233 },
234 }
235
236
237# =============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected