Skip to content

Commit ba19c03

Browse files
committed
Better logs for unit tests when dir doesn't exist
1 parent 2a6c640 commit ba19c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/image_specific_tests/docker-stacks-foundation/test_units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ def test_units(container: TrackedContainer) -> None:
2222
LOGGER.info(f"Searching for units tests in {host_data_dir}")
2323
cont_data_dir = "/home/jovyan/data"
2424

25+
LOGGER.info(f"Units tests dir found: {host_data_dir.exists()}")
2526
if not host_data_dir.exists():
26-
LOGGER.info(f"Not found unit tests for image: {container.image_name}")
2727
continue
2828

2929
for test_file in host_data_dir.iterdir():

0 commit comments

Comments
 (0)