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

Function test_simple

tests/test_tar_upload_pool.py:38–42  ·  view source on GitHub ↗

Simple case of uploading one partition.

()

Source from the content-addressed store, hash-verified

36
37
38def test_simple():
39 """Simple case of uploading one partition."""
40 pool = make_pool(1, 1)
41 pool.put(FakeTarPartition(1))
42 pool.join()
43
44
45def test_not_enough_resources():

Callers

nothing calls this directly

Calls 4

make_poolFunction · 0.85
FakeTarPartitionClass · 0.85
putMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected