edge_orchestrator CI on branch >> 61/merge << #364
GitHub Actions / Unit tests report in Python 3.8
failed
Dec 26, 2024 in 1s
0 passed, 3 failed and 0 skipped
❌ edge_orchestrator/reports/pytest/unit-tests-report.xml
3 tests were completed in 1s with 0 passed, 3 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
pytest | 3❌ | 1s |
❌ pytest
❌ tests.unit_tests.domain.test_supervisor
tests/unit_tests/domain/test_supervisor.py:10: in <module>
❌ tests.unit_tests.domain.models.test_edge_station
tests/unit_tests/domain/models/test_edge_station.py:7: in <module>
❌ tests.unit_tests.domain.models.business_rule.test_camera_business_rules
tests/unit_tests/domain/models/business_rule/test_camera_business_rules.py:6: in <module>
Annotations
Check failure on line 0 in edge_orchestrator/reports/pytest/unit-tests-report.xml
github-actions / Unit tests report in Python 3.8
pytest ► tests.unit_tests.domain.test_supervisor
Failed test found in:
edge_orchestrator/reports/pytest/unit-tests-report.xml
Error:
tests/unit_tests/domain/test_supervisor.py:10: in <module>
Raw output
tests/unit_tests/domain/test_supervisor.py:10: in <module>
from edge_orchestrator.domain.use_cases.supervisor import Supervisor, crop_image
edge_orchestrator/domain/use_cases/supervisor.py:10: in <module>
from edge_orchestrator.api_config import (
edge_orchestrator/api_config.py:63: in <module>
config = load_config()
edge_orchestrator/api_config.py:60: in load_config
return configuration_class()
edge_orchestrator/environment/test.py:37: in __init__
self.binary_storage = FileSystemBinaryStorage(TEST_DATA_FOLDER_PATH / "storage")
E TypeError: __init__() missing 1 required positional argument: 'active_config_name'
Check failure on line 0 in edge_orchestrator/reports/pytest/unit-tests-report.xml
github-actions / Unit tests report in Python 3.8
pytest ► tests.unit_tests.domain.models.test_edge_station
Failed test found in:
edge_orchestrator/reports/pytest/unit-tests-report.xml
Error:
tests/unit_tests/domain/models/test_edge_station.py:7: in <module>
Raw output
tests/unit_tests/domain/models/test_edge_station.py:7: in <module>
from edge_orchestrator.api_config import get_station_config
edge_orchestrator/api_config.py:63: in <module>
config = load_config()
edge_orchestrator/api_config.py:60: in load_config
return configuration_class()
edge_orchestrator/environment/test.py:37: in __init__
self.binary_storage = FileSystemBinaryStorage(TEST_DATA_FOLDER_PATH / "storage")
E TypeError: __init__() missing 1 required positional argument: 'active_config_name'
Check failure on line 0 in edge_orchestrator/reports/pytest/unit-tests-report.xml
github-actions / Unit tests report in Python 3.8
pytest ► tests.unit_tests.domain.models.business_rule.test_camera_business_rules
Failed test found in:
edge_orchestrator/reports/pytest/unit-tests-report.xml
Error:
tests/unit_tests/domain/models/business_rule/test_camera_business_rules.py:6: in <module>
Raw output
tests/unit_tests/domain/models/business_rule/test_camera_business_rules.py:6: in <module>
from edge_orchestrator.domain.use_cases.supervisor import get_labels
edge_orchestrator/domain/use_cases/supervisor.py:10: in <module>
from edge_orchestrator.api_config import (
edge_orchestrator/api_config.py:63: in <module>
config = load_config()
edge_orchestrator/api_config.py:60: in load_config
return configuration_class()
edge_orchestrator/environment/test.py:37: in __init__
self.binary_storage = FileSystemBinaryStorage(TEST_DATA_FOLDER_PATH / "storage")
E TypeError: __init__() missing 1 required positional argument: 'active_config_name'
Loading