MCPcopy Create free account
hub / github.com/cocoindex-io/cocoindex-code / test_default_project_settings

Function test_default_project_settings

tests/test_settings.py:60–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59
60def test_default_project_settings() -> None:
61 s = default_project_settings()
62 assert s.include_patterns == DEFAULT_INCLUDED_PATTERNS
63 assert s.exclude_patterns == DEFAULT_EXCLUDED_PATTERNS
64 assert s.language_overrides == []
65
66
67@pytest.mark.usefixtures("_patch_user_dir")

Callers

nothing calls this directly

Calls 1

default_project_settingsFunction · 0.90

Tested by

no test coverage detected