Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test for class object Processor #2228

Draft
wants to merge 1 commit into
base: v0.6
Choose a base branch
from

Test for class object Processor

3073ef1
Select commit
Loading
Failed to load commit list.
Draft

Test for class object Processor #2228

Test for class object Processor
3073ef1
Select commit
Loading
Failed to load commit list.
PyBitmessage Code Quality Checks / Code Quality - pycodestyle failed May 22, 2024 in 14s

Code quality check completed

pycodestyle check complete: 0 fixed, 6 new, 37 remaining

Annotations

Check failure on line 9 in src/mockbm/class_objectProcessor.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pycodestyle

E231

missing whitespace after ','

Check warning on line 161 in src/tests/test_objectProcessor.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pycodestyle

W293

blank line contains whitespace

Check warning on line 182 in src/tests/test_objectProcessor.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pycodestyle

W293

blank line contains whitespace

Check warning on line 186 in src/tests/test_objectProcessor.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pycodestyle

W293

blank line contains whitespace

Check warning on line 209 in src/tests/test_objectProcessor.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pycodestyle

W391

blank line at end of file

Check failure on line 78 in src/tests/test_objectProcessor.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pycodestyle

E303

too many blank lines (2)