Fix style in tests

This commit is contained in:
Ayaz Salikhov
2021-06-27 12:32:26 +03:00
parent 5211732116
commit 4828b4146f
12 changed files with 45 additions and 27 deletions

View File

@@ -33,10 +33,10 @@ def docker_client():
@pytest.fixture(scope='session')
def image_name():
"""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
container creation/execution.