MCPcopy Create free account
hub / github.com/wal-e/wal-e / test_double_create

Function test_double_create

tests/test_prefetch.py:30–32  ·  view source on GitHub ↗
(pd, seg)

Source from the content-addressed store, hash-verified

28
29
30def test_double_create(pd, seg):
31 pd.create(seg)
32 pd.create(seg)
33
34
35def test_atomic_download(pd, seg, tmpdir):

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected