File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 2222 get_submodel_refs ,
2323 get_submodel_value ,
2424 get_submodels ,
25+ is_healthy ,
2526 update_shell ,
2627 update_submodel ,
2728 update_submodel_element ,
2829 update_submodel_element_value ,
2930 update_submodel_value ,
30- is_healthy ,
3131)
3232from .clients import AsyncClient , Client
3333from .upload import upload_aas , upload_aas_folder
Original file line number Diff line number Diff line change 1- import pytest
2- from httpx import HTTPStatusError
3-
41import shellsmith
52from shellsmith import services
63from shellsmith .upload import upload_aas_folder
Original file line number Diff line number Diff line change 11import pytest
2- from shellsmith .clients import AsyncClient
3-
42
5- import pytest
3+ from shellsmith . clients import AsyncClient
64
75
86@pytest .mark .asyncio
Original file line number Diff line number Diff line change 11import pytest
2- from shellsmith .clients import Client , AsyncClient
2+
3+ from shellsmith .clients import Client
34
45
56def test_sync_client_smoke ():
You can’t perform that action at this time.
0 commit comments