Closed sweep-mine[bot] closed 11 months ago
tests/test_language.py
. ✗
Sandbox logs for
poetry run pylint -E **/*.py
1/1 ❌ (`2`)************* Module tests.test_language tests/test_language.py:40:1: E0001: Parsing failed: 'expected an indented block after class definition on line 36 (, line 40)' (syntax-error)
tests/test_language.py
. ✗
Sandbox logs for
poetry run pylint -E **/*.py
1/1 ❌ (`2`)************* Module tests.test_language tests/test_language.py:54:142: E0001: Parsing failed: 'unindent does not match any outer indentation level (, line 54)' (syntax-error)
tests/test_language.py
. ✗
Sandbox logs for
poetry run pylint -E **/*.py
1/1 ❌ (`2`)************* Module tests.test_language tests/test_language.py:42:32: E1120: No value for argument 'language' in constructor call (no-value-for-parameter) tests/test_language.py:45:31: E1120: No value for argument 'language' in constructor call (no-value-for-parameter) tests/test_language.py:60:19: E1120: No value for argument 'language' in constructor call (no-value-for-parameter)
tests/test_language.py
. ✓
Sandbox logs for
poetry run pylint -E **/*.py
1/1 ✓(nothing was outputted)
tests/test_language.py
. ✓
Sandbox logs for
poetry run pylint -E **/*.py
1/1 ✓(nothing was outputted)
tests/test_language.py
. ✓
Sandbox logs for
poetry run pylint -E **/*.py
1/1 ✓(nothing was outputted)
tests/test_language.py
. ✓
Sandbox logs for
poetry run pylint -E **/*.py
1/1 ✓(nothing was outputted)
testing failed. need to be fixed
Done.
Description
This pull request adds unit tests for the Language class to ensure its functionality is tested thoroughly.
Summary
Fixes #21.
🎉 Latest improvements to Sweep:
rope
library to refactor Python! Check out Large Language Models are Bad at Refactoring Code. To have Sweep refactor your code, trysweep: Refactor <your_file>.py
!💡 To get Sweep to edit this pull request, you can: