pacifica/pacifica-metadata

View on GitHub
tests/rest/orm_test.py

Summary

Maintainability
A
0 mins
Test Coverage

Function test_methods has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    def test_methods(self):
        """Test the PUT (insert) method."""
        set_hash = {'name': 'Renamed File', 'updated': None}
        req = requests.post('{0}/files'.format(self.url),
                            data=dumps(set_hash), headers=self.headers)
Severity: Minor
Found in tests/rest/orm_test.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status