[P] Integrate MapView testing into CI pipeline
Some checks failed
Component testing / Hub testing (push) Successful in 28s
Component testing / Store testing (push) Successful in 46s
Component testing / Integration smoke testing (push) Has been cancelled
Component testing / MapView testing (push) Has been cancelled

This commit is contained in:
2026-03-31 11:36:28 +03:00
parent 92c0acda2c
commit cf988a0eef
4 changed files with 36 additions and 3 deletions

View File

@@ -5,8 +5,8 @@ from unittest.mock import Mock
sys.modules['lineMapLayer'] = Mock()
sys.modules['config'] = Mock()
from MapView.main import get_lat_lon, MapViewApp
from MapView.datasource import Datasource as DataSourceClass
from main import get_lat_lon, MapViewApp
from datasource import Datasource as DataSourceClass
# -----------------------
@@ -134,4 +134,4 @@ class TestMapLatLonToProcessedAgentData(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
unittest.main()