File tree 2 files changed +18
-6
lines changed
src/simcore_service_webserver
tests/unit/isolated/products
2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 20
20
# These are the apps built right now by static-webserver/client
21
21
{
22
22
"osparc" ,
23
- "tis" ,
24
- "tiplite" ,
25
23
"s4l" ,
26
- "s4llite" ,
27
24
"s4lacad" ,
28
- "s4lengine" ,
29
25
"s4ldesktop" ,
30
26
"s4ldesktopacad" ,
27
+ "s4lengine" ,
28
+ "s4llite" ,
29
+ "tiplite" ,
30
+ "tis" ,
31
31
}
32
32
)
33
33
FRONTEND_APP_DEFAULT = "osparc"
Original file line number Diff line number Diff line change 20
20
walk_model_examples_in_package ,
21
21
)
22
22
from simcore_postgres_database .models .products import products as products_table
23
- from simcore_service_webserver .constants import FRONTEND_APPS_AVAILABLE
24
23
from simcore_service_webserver .products .models import Product
25
24
26
25
@@ -126,7 +125,20 @@ def test_safe_load_empty_blanks_on_string_cols_from_db(
126
125
}
127
126
128
127
129
- @pytest .mark .parametrize ("expected_product_name" , list (FRONTEND_APPS_AVAILABLE ))
128
+ @pytest .mark .parametrize (
129
+ "expected_product_name" ,
130
+ [
131
+ "osparc" ,
132
+ "s4l" ,
133
+ "s4lacad" ,
134
+ "s4ldesktop" ,
135
+ "s4ldesktopacad" ,
136
+ "s4lengine" ,
137
+ "s4llite" ,
138
+ "tiplite" ,
139
+ "tis" ,
140
+ ],
141
+ )
130
142
def test_product_name_needs_front_end (
131
143
faker : Faker ,
132
144
expected_product_name : ProductName ,
You can’t perform that action at this time.
0 commit comments