This commit is contained in:
Ayaz Salikhov
2022-02-17 18:04:34 +00:00
parent 448c973be3
commit 0a8ad5da33

View File

@@ -25,7 +25,7 @@ def test_units(container: TrackedContainer) -> None:
if not host_data_dir.exists():
LOGGER.info(f"Not found unit tests for image: {container.image_name}")
return
continue
for test_file in host_data_dir.iterdir():
test_file_name = test_file.name