Build: #30 failed
Job: Default Job failed
Test results
- 4 tests in total
- 1 test failed
- 1 failure is new
- < 1 second taken in total.
Build 30 has the following 1 errors: 1 new failure(s) occurred since the previous build.
| Status | Test | Duration | |
|---|---|---|---|
| Collapse |
ProvenanceTests
test_get_provenance
|
< 1 sec | |
AttributeError: 'PropertyDBClient' object has no attribute 'get_provenances'
self = <tests.provenance_tests.ProvenanceTests testMethod=test_get_provenance>
def test_get_provenance(self):
> result = self.client.get_provenances()
E AttributeError: 'PropertyDBClient' object has no attribute 'get_provenances'
provenance_tests.py:21: AttributeError
|
|||