mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 13:02:56 +00:00
Simplify conftest
This commit is contained in:
@@ -33,10 +33,10 @@ def docker_client():
|
|||||||
@pytest.fixture(scope='session')
|
@pytest.fixture(scope='session')
|
||||||
def image_name():
|
def image_name():
|
||||||
"""Image name to test"""
|
"""Image name to test"""
|
||||||
return os.getenv('TEST_IMAGE', 'jupyter/base-notebook')
|
return os.getenv('TEST_IMAGE')
|
||||||
|
|
||||||
|
|
||||||
class TrackedContainer(object):
|
class TrackedContainer:
|
||||||
"""Wrapper that collects docker container configuration and delays
|
"""Wrapper that collects docker container configuration and delays
|
||||||
container creation/execution.
|
container creation/execution.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user