-
Notifications
You must be signed in to change notification settings - Fork 89
feat: LEAP-1776: Add Pauses API #399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
from ..utilities import validate_response | ||
|
||
|
||
async def test_list_(client: LabelStudio, async_client: AsyncLabelStudio) -> None: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a meaning behind the additional _
here, or a typo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is 100% auto generated
It looks like all list test methods have the same pattern:
tests/test_predictions.py
9:async def test_list_(client: LabelStudio, async_client: AsyncLabelStudio) -> None:
tests/import_storage/test_azure.py
9:async def test_list_(client: LabelStudio, async_client: AsyncLabelStudio) -> None:
tests/import_storage/test_redis.py
9:async def test_list_(client: LabelStudio, async_client: AsyncLabelStudio) -> None:
tests/import_storage/test_gcs.py
9:async def test_list_(client: LabelStudio, async_client: AsyncLabelStudio) -> None:
tests/import_storage/test_s3.py
9:async def test_list_(client: LabelStudio, async_client: AsyncLabelStudio) -> None:
tests/import_storage/test_local.py
9:async def test_list_(client: LabelStudio, async_client: AsyncLabelStudio) -> None:
tests/test_files.py
42:async def test_list_(client: LabelStudio, async_client: AsyncLabelStudio) -> None:
tests/test_ml.py
9:async def test_list_(client: LabelStudio, async_client: AsyncLabelStudio) -> None:
219:async def test_list_model_versions(client: LabelStudio, async_client: AsyncLabelStudio) -> None:
tests/import_storage/test_s3s.py
9:async def test_list_(client: LabelStudio, async_client: AsyncLabelStudio) -> None:
tests/test_comments.py
9:async def test_list_(client: LabelStudio, async_client: AsyncLabelStudio) -> None:
tests/test_annotations.py
236:async def test_list_(client: LabelStudio, async_client: AsyncLabelStudio) -> None:
/git merge
|
Hi @triklozoid!
This PR was automaticaly generated via Follow Merge.
Please ensure that all linked upstream Pull Requests are merged before proceeding with this one.