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

Function test_parse_prefetch_config_always

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

Source from the content-addressed store, hash-verified

16
17
18def test_parse_prefetch_config_always() -> None:
19 assert parse_prefetch_config('always', []) is None
20 assert parse_prefetch_config('ALWAYS', []) is None
21 assert parse_prefetch_config(' always ', ['ignored']) is None
22
23
24def test_parse_prefetch_config_listed() -> None:

Callers

nothing calls this directly

Calls 1

parse_prefetch_configFunction · 0.90

Tested by

no test coverage detected