-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update example project #25
base: main
Are you sure you want to change the base?
Conversation
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.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
ruff
[ruff] reported by reviewdog 🐶
actinia-example-plugin/tests/unittests/test_transformation.py
Lines 2 to 4 in 51841b8
# -*- coding: utf-8 -*- | |
""" | |
Copyright (c) 2018-present mundialis GmbH & Co. KG. |
[ruff] reported by reviewdog 🐶
from actinia_example_plugin.core.example import transform_input |
[ruff] reported by reviewdog 🐶
"inp,ref_out", |
[ruff] reported by reviewdog 🐶
def test_transform_input(inp, ref_out): |
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.
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.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
ruff
[ruff] reported by reviewdog 🐶
actinia-example-plugin/tests/testsuite.py
Line 186 in fd5994e
status_url, headers=test_case.user_auth_header |
[ruff] reported by reviewdog 🐶
actinia-example-plugin/tests/unittests/test_transformation.py
Lines 2 to 3 in fd5994e
""" | |
Copyright (c) 2018-present mundialis GmbH & Co. KG. |
[ruff] reported by reviewdog 🐶
from actinia_example_plugin.core.example import transform_input |
[ruff] reported by reviewdog 🐶
def test_transform_input(inp, ref_out): |
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.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
ruff
[ruff] reported by reviewdog 🐶
actinia-example-plugin/tests/testsuite.py
Line 186 in fd5994e
status_url, headers=test_case.user_auth_header |
[ruff] reported by reviewdog 🐶
actinia-example-plugin/tests/unittests/test_transformation.py
Lines 2 to 3 in fd5994e
""" | |
Copyright (c) 2018-present mundialis GmbH & Co. KG. |
[ruff] reported by reviewdog 🐶
from actinia_example_plugin.core.example import transform_input |
[ruff] reported by reviewdog 🐶
def test_transform_input(inp, ref_out): |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
TODO: