Skip to content

test: fix invalid test method names#171

Merged
potiuk merged 1 commit into
pallets-eco:mainfrom
bdrung:fix-invalid-name
Jun 24, 2025
Merged

test: fix invalid test method names#171
potiuk merged 1 commit into
pallets-eco:mainfrom
bdrung:fix-invalid-name

Conversation

@bdrung

@bdrung bdrung commented Jun 23, 2025

Copy link
Copy Markdown
Contributor

pylint complains about C0103: Method name "..." doesn't conform to snake_case naming style (invalid-name)

Rename those methods to use snake_case naming to make the test naming consistent.

pylint complains about C0103: Method name "..." doesn't conform to
snake_case naming style (invalid-name)

Rename those methods to use snake_case naming to make the test naming
consistent.
@potiuk potiuk merged commit 419fee9 into pallets-eco:main Jun 24, 2025
7 checks passed
@bdrung bdrung deleted the fix-invalid-name branch June 24, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants