Esempio n. 1
0
def setUpModule():  # noqa: N802 (The camelCase is mandated by unittest.)
    with docker_client() as client:
        fetch_images(client, [IMG])
Esempio n. 2
0
def setup_module():
    with docker_client() as client:
        fetch_images(client, [IMG])
Esempio n. 3
0
 def setUpClass(cls):
     with docker_client() as client:
         fetch_images(client, [IMG_SCRIPT, IMG_WAIT])