Skip to content

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

Merged
merged 8 commits into from
Feb 5, 2025
Merged

feat: LEAP-1776: Add Pauses API #399

merged 8 commits into from
Feb 5, 2025

Conversation

robot-ci-heartex
Copy link
Collaborator

@robot-ci-heartex robot-ci-heartex commented Jan 28, 2025

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.

from ..utilities import validate_response


async def test_list_(client: LabelStudio, async_client: AsyncLabelStudio) -> None:
Copy link
Contributor

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?

Copy link
Contributor

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:

@triklozoid
Copy link
Contributor

triklozoid commented Jan 30, 2025

/git merge

'/git' is an unknown pull-request command.
See '/help'

@triklozoid triklozoid merged commit 7328142 into master Feb 5, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants