[P] Integrate MapView testing into CI pipeline
Some checks failed
Component testing / Hub testing (push) Successful in 20s
Component testing / Store testing (push) Successful in 32s
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 0f053f5c8f
commit 8fddabfbe8
4 changed files with 36 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ sys.modules['lineMapLayer'] = Mock()
sys.modules['datasource'] = 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
# -----------------------
@@ -89,4 +89,4 @@ class TestMapLatLonToProcessedAgentData(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
unittest.main()