MCPcopy
hub / github.com/gorakhargosh/watchdog / p

Function p

tests/conftest.py:15–20  ·  view source on GitHub ↗

Convenience function to join the temporary directory path with the provided arguments.

(tmpdir, *args)

Source from the content-addressed store, hash-verified

13
14@pytest.fixture
15def p(tmpdir, *args):
16 """
17 Convenience function to join the temporary directory path
18 with the provided arguments.
19 """
20 return partial(os.path.join, tmpdir)
21
22
23@pytest.fixture(autouse=True)

Callers 15

test_add_watch_twiceFunction · 0.70
try_to_failFunction · 0.70
create_filesFunction · 0.70
__init__Method · 0.70
test_watchdog_recursiveFunction · 0.70
test_pickleFunction · 0.70
test_move_toFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected