Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove useless function #114

Merged
merged 5 commits into from
Mar 5, 2025

fix tests for edge_model_serving

9c584e3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

remove useless function #114

fix tests for edge_model_serving
9c584e3
Select commit
Loading
Failed to load commit list.
GitHub Actions / Integration tests report in Python 3.9 succeeded Mar 5, 2025 in 1s

8 passed, 0 failed and 0 skipped

Tests passed successfully

✅ edge_orchestrator/reports/pytest/integration-tests-report.xml

8 tests were completed in 2s with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
pytest 8✅ 2s

✅ pytest

tests.integration_tests.infrastructure.adapters.model_forwarder.test_classif_model_forwarder.TestClassifModelForwarder
  ✅ test_classif_model_forwarder_should_return_classif_prediction[marker_quality_control-0.83054]
  ✅ test_classif_model_forwarder_should_return_classif_prediction[pin_detection-0.99962]
  ✅ test_classif_model_forwarder_should_raise_exception_with_bad_url_provided
tests.integration_tests.infrastructure.adapters.model_forwarder.test_model_forwarder_manager.TestModelForwarderManager
  ✅ test_model_forwarder_manager_should_return_no_prediction_with_bad_url
tests.integration_tests.infrastructure.adapters.model_forwarder.test_object_detection_model_forwarder.TestObjectDetectionModelForwarder
  ✅ test_object_detection_model_forwarder_should_return_detection_prediction[mobilenet_ssd_v2_coco-image_resolution0-class_names0-20]
  ✅ test_object_detection_model_forwarder_should_return_detection_prediction[mobilenet_ssd_v2_face-image_resolution1-class_names1-50]
  ✅ test_object_detection_model_forwarder_should_return_detection_prediction[yolo_coco_nano-image_resolution2-class_names2-5]
  ✅ test_object_detection_model_forwarder_should_raise_exception_with_bad_url_provided