pacifica/pacifica-metadata

View on GitHub
tests/rest/transactioninfo_test.py

Summary

Maintainability
A
0 mins
Test Coverage

Function test_transactioninfo_api has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    def test_transactioninfo_api(self):
        """Test the GET method."""
        start_date = datetime.datetime.utcnow().date() - datetime.timedelta(1)
        end_date = datetime.datetime.utcnow().date() + datetime.timedelta(1)

Severity: Minor
Found in tests/rest/transactioninfo_test.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status