eranheres / ultra_type

0 stars 0 forks source link

Fix unit tests for unsupported language and empty words list #24

Closed sweep-mine[bot] closed 9 months ago

sweep-mine[bot] commented 9 months ago

Description

This pull request addresses issues with unit tests for unsupported language and empty words list.

Summary

Fixes #23.


šŸŽ‰ Latest improvements to Sweep:


šŸ’” To get Sweep to edit this pull request, you can:

sweep-mine[bot] commented 9 months ago

Sandbox Executions

poetry run pylint -E **/*.py 1/1 āŒ (`2`)
************* Module tests.test_language
tests/test_language.py:41:42: E0001: Parsing failed: 'unindent does not match any outer indentation level (, line 41)' (syntax-error)

poetry run pylint -E **/*.py 1/1 āŒ (`2`)
************* Module tests.test_language
tests/test_language.py:90:19: E1120: No value for argument 'language' in constructor call (no-value-for-parameter)
tests/test_language.py:102:19: E1120: No value for argument 'language' in constructor call (no-value-for-parameter)
tests/test_language.py:135:19: E1120: No value for argument 'language' in constructor call (no-value-for-parameter)

poetry run pylint -E **/*.py 1/1 āœ“
(nothing was outputted)

poetry run pylint -E **/*.py 1/1 āœ“
(nothing was outputted)

poetry run pylint -E **/*.py 1/1 āœ“
(nothing was outputted)

sweep-mine[bot] commented 9 months ago

Apply Sweep Rules to your PR?