twitterdev/twitter-python-ads-sdk

View on GitHub
tests/test_analytics_async.py

Summary

Maintainability
A
1 hr
Test Coverage

Function test_analytics_async has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def test_analytics_async():
    responses.add(responses.GET,
                  with_resource('/' + API_VERSION + '/accounts/2iqph'),
                  body=with_fixture('accounts_load'),
                  content_type='application/json')
Severity: Minor
Found in tests/test_analytics_async.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status