Skip to content

Commit d5c9220

Browse files
committed
improve ids in test
1 parent f9bc3a7 commit d5c9220

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/api-server/tests/unit/api_studies/test_api_routes_studies.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,11 @@ def clone_project_side_effect(request: httpx.Request):
212212
("a" * 999, "b" * 99999, status.HTTP_201_CREATED),
213213
(None, None, status.HTTP_201_CREATED),
214214
],
215+
ids=[
216+
"valid_title_and_description",
217+
"very_long_title_and_description",
218+
"no_title_or_description",
219+
],
215220
)
216221
async def test_clone_study_with_title(
217222
client: httpx.AsyncClient,

0 commit comments

Comments
 (0)