MCPcopy Index your code
hub / github.com/dbcli/pgcli / test_ensure_file_parent

Function test_ensure_file_parent

tests/test_config.py:10–13  ·  view source on GitHub ↗
(tmpdir)

Source from the content-addressed store, hash-verified

8
9
10def test_ensure_file_parent(tmpdir):
11 subdir = tmpdir.join("subdir")
12 rcfile = subdir.join("rcfile")
13 ensure_dir_exists(str(rcfile))
14
15
16def test_ensure_existing_dir(tmpdir):

Callers

nothing calls this directly

Calls 1

ensure_dir_existsFunction · 0.90

Tested by

no test coverage detected