| Expand |
Failed
|
LinkTests
test_2_get_link_list
History
|
Failing since build #529
(Changes by 3 people)
|
Default Job |
< 1 sec |
test setup failure
self = <class 'tests.link_tests.LinkTests'>
@classmethod
def setUpClass(self):
super(LinkTests, self).setUpClass()
post_request(self.service_url + self.__ADD_DATASETS, TEST_DATASETS)
post_request(
(17 more lines...)
|
| Expand |
Failed
|
LinkTests
test_1_add_links
History
|
Failing since build #529
(Changes by 3 people)
|
Default Job |
< 1 sec |
test setup failure
self = <class 'tests.link_tests.LinkTests'>
@classmethod
def setUpClass(self):
super(LinkTests, self).setUpClass()
post_request(self.service_url + self.__ADD_DATASETS, TEST_DATASETS)
post_request(
(17 more lines...)
|
| Expand |
Failed
|
LinkTests
test_3_get_link_graph
History
|
Failing since build #529
(Changes by 3 people)
|
Default Job |
< 1 sec |
test setup failure
self = <class 'tests.link_tests.LinkTests'>
@classmethod
def setUpClass(self):
super(LinkTests, self).setUpClass()
post_request(self.service_url + self.__ADD_DATASETS, TEST_DATASETS)
post_request(
(17 more lines...)
|
| Expand |
Failed
|
PropertyGroupTests
test_3_get_property_groups
History
|
Failing since build #529
(Changes by 3 people)
|
Default Job |
< 1 sec |
AssertionError: 98 != 2
self = <tests.property_group_tests.PropertyGroupTests testMethod=test_3_get_property_groups>
def test_3_get_property_groups(self):
result = get_request(
(self.service_url + self.__GET_REGIONS) %
(TEST_REGIONS[0]["fk_dataset"])
)
(4 more lines...)
|