You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/pytest-simcore/src/pytest_simcore/helpers/faker_factories.py
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -265,6 +265,24 @@ def random_product(
265
265
"group_id": group_id,
266
266
}
267
267
268
+
ifui:=fake.random_element(
269
+
[
270
+
None,
271
+
# Examples from https://github.com/itisfoundation/osparc-simcore/blob/1dcd369717959348099cc6241822a1f0aff0382c/services/static-webserver/client/source/resource/osparc/new_studies.json
0 commit comments