We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6c640 commit ba19c03Copy full SHA for ba19c03
tests/image_specific_tests/docker-stacks-foundation/test_units.py
@@ -22,8 +22,8 @@ def test_units(container: TrackedContainer) -> None:
22
LOGGER.info(f"Searching for units tests in {host_data_dir}")
23
cont_data_dir = "/home/jovyan/data"
24
25
+ LOGGER.info(f"Units tests dir found: {host_data_dir.exists()}")
26
if not host_data_dir.exists():
- LOGGER.info(f"Not found unit tests for image: {container.image_name}")
27
continue
28
29
for test_file in host_data_dir.iterdir():
0 commit comments