"""
Unit tests for inference_service core components.
All tests are designed to run WITHOUT ROS dependencies.
They use mock components to verify the core logic.
Run all tests: pytest tests/ -v
Run specific test: pytest tests/test_pure_inference_engine.py -v
"""