Nekmo/djangocms-comments

View on GitHub
djangocms_comments/tests/base.py

Summary

Maintainability
A
1 hr
Test Coverage

Function send_comment has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def send_comment(self, author=None, body='', data=None, ajax=True, is_test=True, ip=None, obj=None):
Severity: Major
Found in djangocms_comments/tests/base.py - About 50 mins to fix

    Function get_request has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def get_request(self, user, method='get', data=None, url='/demo', is_test=True, ip=None):
    Severity: Minor
    Found in djangocms_comments/tests/base.py - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status