pacifica/pacifica-policy

View on GitHub
tests/status_test.py

Summary

Maintainability
A
0 mins
Test Coverage

Function test_project_search has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    def test_project_search(self):
        """Return appropriate projects for a search term and user id."""
        search_term = 'expired'
        user_id = 10  # admin user
        url = '/status/projects/search/{0}?user={1}'.format(
Severity: Minor
Found in tests/status_test.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status