MCPcopy Create free account
hub / github.com/dbcli/mycli / test_parse_prefetch_config_never

Function test_parse_prefetch_config_never

test/pytests/test_schema_prefetcher.py:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def test_parse_prefetch_config_never() -> None:
13 assert parse_prefetch_config('never', []) == []
14 assert parse_prefetch_config('NEVER', ['ignored', 'values']) == []
15 assert parse_prefetch_config(' never ', []) == []
16
17
18def test_parse_prefetch_config_always() -> None:

Callers

nothing calls this directly

Calls 1

parse_prefetch_configFunction · 0.90

Tested by

no test coverage detected