This PR fixes the failing tests in the tests/ directory that were caused by the recent update of pylint. The update introduced new checks or modified existing ones, resulting in test failures. The failing tests have been identified, analyzed, and modified to comply with the updated pylint rules.
Summary of Changes
Modified tests/test_cli.py to fix pylint errors and ensure all tests pass.
Modified tests/test_versions.py to fix pylint errors and ensure all tests pass.
Modified tests/test_api.py to fix pylint errors and ensure all tests pass.
Modified tests/test_config.py to fix pylint errors and ensure all tests pass.
Modified tests/test_constants.py to fix pylint errors and ensure all tests pass.
Please review and merge this PR to resolve the failing tests after the pylint update.
Fixes #390.
To checkout this PR branch, run the following command in your terminal:
git checkout {pull_request.branch_name}
🎉 Latest improvements to Sweep:
Use Sweep Map to break large issues into smaller sub-issues, perfect for large tasks like "Sweep (map): migrate from React class components to function components"
Getting Sweep to format before committing! Check out Sweep Sandbox Configs to set it up.
We released a demo of our chunker, where you can find the corresponding blog and code.
💡 To get Sweep to edit this pull request, you can:
Leave a comment below to get Sweep to edit the entire PR
Leave a comment in the code will only modify the file
Edit the original issue to get Sweep to recreate the PR from scratch
Description
This PR fixes the failing tests in the
tests/
directory that were caused by the recent update of pylint. The update introduced new checks or modified existing ones, resulting in test failures. The failing tests have been identified, analyzed, and modified to comply with the updated pylint rules.Summary of Changes
tests/test_cli.py
to fix pylint errors and ensure all tests pass.tests/test_versions.py
to fix pylint errors and ensure all tests pass.tests/test_api.py
to fix pylint errors and ensure all tests pass.tests/test_config.py
to fix pylint errors and ensure all tests pass.tests/test_constants.py
to fix pylint errors and ensure all tests pass.Please review and merge this PR to resolve the failing tests after the pylint update.
Fixes #390.
To checkout this PR branch, run the following command in your terminal:
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: