Skip to content

Use project template #132

Use project template

Use project template #132

GitHub Actions / JUnit Test Report failed Sep 24, 2024 in 0s

148 tests run, 0 passed, 0 skipped, 148 failed.

Annotations

Check failure on line 1 in .venv/lib/python3.11/site-packages/mypy/xml/mypy.xsd

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

mypy.mypy-py3_11-linux

mypy produced messages
Raw output
tests/utils.py:24: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs  [annotation-unchecked]

Check failure on line 86 in cmem_plugin_base/dataintegration/description

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/description.org.ruff.ANN401

Dynamically typed expressions (typing.Any) are disallowed in `default_value`
Raw output
line 86, col 24, Dynamically typed expressions (typing.Any) are disallowed in `default_value`

Check failure on line 113 in cmem_plugin_base/dataintegration/description

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/description.org.ruff.ANN001

Missing type annotation for function argument `plugin_class`
Raw output
line 113, col 9, Missing type annotation for function argument `plugin_class`

Check failure on line 129 in cmem_plugin_base/dataintegration/description

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/description.org.ruff.TRY004

Prefer `TypeError` exception for invalid type
Raw output
line 129, col 13, Prefer `TypeError` exception for invalid type

Check failure on line 234 in cmem_plugin_base/dataintegration/description

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/description.org.ruff.RUF012

Mutable class attributes should be annotated with `typing.ClassVar`
Raw output
line 234, col 40, Mutable class attributes should be annotated with `typing.ClassVar`

Check failure on line 260 in cmem_plugin_base/dataintegration/description

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/description.org.ruff.ANN001

Missing type annotation for function argument `func`
Raw output
line 260, col 24, Missing type annotation for function argument `func`

Check failure on line 20 in cmem_plugin_base/dataintegration/discovery

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/discovery.org.ruff.ANN201

Missing return type annotation for public function `get_packages`
Raw output
line 20, col 5, Missing return type annotation for public function `get_packages`

Check failure on line 28 in cmem_plugin_base/dataintegration/discovery

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/discovery.org.ruff.S603

`subprocess` call: check for execution of untrusted input
Raw output
line 28, col 9, `subprocess` call: check for execution of untrusted input

Check failure on line 28 in cmem_plugin_base/dataintegration/discovery

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/discovery.org.ruff.S607

Starting a process with a partial executable path
Raw output
line 28, col 22, Starting a process with a partial executable path

Check failure on line 30 in cmem_plugin_base/dataintegration/entity

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/entity.org.ruff.ANN001

Missing type annotation for function argument `other`
Raw output
line 30, col 22, Missing type annotation for function argument `other`

Check failure on line 54 in cmem_plugin_base/dataintegration/entity

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/entity.org.ruff.B008

Do not perform function call `EntityPath` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
Raw output
line 54, col 36, Do not perform function call `EntityPath` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable

Check failure on line 67 in cmem_plugin_base/dataintegration/entity

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/entity.org.ruff.ANN001

Missing type annotation for function argument `other`
Raw output
line 67, col 22, Missing type annotation for function argument `other`

Check failure on line 40 in cmem_plugin_base/dataintegration/parameter/choice

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/parameter/choice.org.ruff.PERF401

Use a list comprehension to create a transformed list
Raw output
line 40, col 21, Use a list comprehension to create a transformed list

Check failure on line 41 in cmem_plugin_base/dataintegration/parameter/choice

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/parameter/choice.org.ruff.PGH003

Use specific rule codes when ignoring type issues
Raw output
line 41, col 45, Use specific rule codes when ignoring type issues

Check failure on line 27 in cmem_plugin_base/dataintegration/parameter/dataset

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/parameter/dataset.org.ruff.ARG002

Unused method argument: `depend_on_parameter_values`
Raw output
line 27, col 27, Unused method argument: `depend_on_parameter_values`

Check failure on line 29 in cmem_plugin_base/dataintegration/parameter/dataset

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/parameter/dataset.org.ruff.D401

First line of docstring should be in imperative mood: "Returns the label for the given dataset."
Raw output
line 29, col 9, First line of docstring should be in imperative mood: "Returns the label for the given dataset."

Check failure on line 34 in cmem_plugin_base/dataintegration/parameter/dataset

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/parameter/dataset.org.ruff.D102

Missing docstring in public method
Raw output
line 34, col 9, Missing docstring in public method

Check failure on line 37 in cmem_plugin_base/dataintegration/parameter/dataset

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/parameter/dataset.org.ruff.ARG002

Unused method argument: `depend_on_parameter_values`
Raw output
line 37, col 9, Unused method argument: `depend_on_parameter_values`

Check failure on line 53 in cmem_plugin_base/dataintegration/parameter/dataset

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/parameter/dataset.org.ruff.PERF401

Use a list comprehension to create a transformed list
Raw output
line 53, col 21, Use a list comprehension to create a transformed list

Check failure on line 57 in cmem_plugin_base/dataintegration/parameter/dataset

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/parameter/dataset.org.ruff.PGH003

Use specific rule codes when ignoring type issues
Raw output
line 57, col 45, Use specific rule codes when ignoring type issues

Check failure on line 52 in cmem_plugin_base/dataintegration/parameter/graph

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/parameter/graph.org.ruff.ARG002

Unused method argument: `depend_on_parameter_values`
Raw output
line 52, col 9, Unused method argument: `depend_on_parameter_values`

Check failure on line 91 in cmem_plugin_base/dataintegration/parameter/graph

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/parameter/graph.org.ruff.PGH003

Use specific rule codes when ignoring type issues
Raw output
line 91, col 45, Use specific rule codes when ignoring type issues

Check failure on line 15 in cmem_plugin_base/dataintegration/parameter/password

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/parameter/password.org.ruff.D401

First line of docstring should be in imperative mood: "Returns the decrypted value"
Raw output
line 15, col 9, First line of docstring should be in imperative mood: "Returns the decrypted value"

Check failure on line 29 in cmem_plugin_base/dataintegration/parameter/password

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/parameter/password.org.ruff.D205

1 blank line required between summary line and description
Raw output
line 29, col 9, 1 blank line required between summary line and description

Check failure on line 29 in cmem_plugin_base/dataintegration/parameter/password

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

/home/runner/work/cmem-plugin-base/cmem-plugin-base/cmem_plugin_base/dataintegration/parameter/password.org.ruff.D401

First line of docstring should be in imperative mood: "Parses strings into parameter values."
Raw output
line 29, col 9, First line of docstring should be in imperative mood: "Parses strings into parameter values."