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 - flake8 failed May 22, 2024 in 10s

Code quality check completed

flake8 check complete: 0 fixed, 8 new, 71 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 - flake8

E231

missing whitespace after ','

Check notice on line 11 in src/tests/test_objectProcessor.py

See this annotation in the file changed.

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

F401

'mock.Mock' imported but unused

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 - flake8

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 - flake8

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 - flake8

W293

blank line contains whitespace

Check notice on line 11 in src/tests/test_objectProcessor.py

See this annotation in the file changed.

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

F401

'mock.MagicMock' imported but unused

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 - flake8

E303

too many blank lines (2)

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 - flake8

W391

blank line at end of file