Skip to content

Commit 2fee7b7

Browse files
author
Ayaz Salikhov
committed
Rename helpers->package_helper.py
1 parent 8deebb1 commit 2fee7b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.

test/test_outdated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import pytest
77
from conftest import TrackedContainer
88

9-
from helpers import CondaPackageHelper
9+
from package_helper import CondaPackageHelper
1010

1111
LOGGER = logging.getLogger(__name__)
1212

test/test_packages.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
# [...]
2424
# test/test_packages.py::test_python_packages
2525
# --------------------------------------------------------------------------------------------- live log setup ----------------------------------------------------------------------------------------------
26-
# 2020-03-08 09:56:04 [ INFO] Starting container jupyter/datascience-notebook ... (helpers.py:51)
26+
# 2020-03-08 09:56:04 [ INFO] Starting container jupyter/datascience-notebook ... (package_helper.py:51)
2727
# 2020-03-08 09:56:04 [ INFO] Running jupyter/datascience-notebook with args {'detach': True, 'ports': {'8888/tcp': 8888}, 'tty': True, 'command': ['start.sh', 'bash', '-c', 'sleep infinity']} ... (conftest.py:78)
28-
# 2020-03-08 09:56:04 [ INFO] Grabing the list of manually requested packages ... (helpers.py:76)
28+
# 2020-03-08 09:56:04 [ INFO] Grabing the list of manually requested packages ... (package_helper.py:76)
2929
# ---------------------------------------------------------------------------------------------- live log call ----------------------------------------------------------------------------------------------
3030
# 2020-03-08 09:56:07 [ INFO] Testing the import of packages ... (test_packages.py:125)
3131
# 2020-03-08 09:56:07 [ INFO] Trying to import conda (test_packages.py:127)
@@ -40,7 +40,7 @@
4040
import pytest
4141
from conftest import TrackedContainer
4242

43-
from helpers import CondaPackageHelper
43+
from package_helper import CondaPackageHelper
4444

4545
LOGGER = logging.getLogger(__name__)
4646

0 commit comments

Comments
 (0)