Merge branch 'tdd_refactoring' of ssh://git.iqser.com:2222/rr/image-prediction into tdd_refactoring

This commit is contained in:
Matthias Bisping 2022-04-14 19:25:07 +02:00
commit bf62757574

View File

@ -4,6 +4,7 @@ import pytest
from image_prediction.utils import get_logger
pytest_plugins = [
"test.fixtures.image",
"test.fixtures.image_metadata_pair",