datahuborg/datahub

View on GitHub
src/functional_tests/test_api.py

Summary

Maintainability
A
2 hrs
Test Coverage

Function test_authorization_code_flow has 68 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def test_authorization_code_flow(self):
        user_info = {
            'username': 'delete_me_test',
            'email': 'delete_me_test@mit.edu',
            'password': 'delete_me_test',
Severity: Major
Found in src/functional_tests/test_api.py - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status