示例#1
0
 def test_common_ephemeris(self):
     return testutil.assert_http_resource_properties(self, urlparse.urljoin(self.url, 'ephemeris'))
示例#2
0
 def test_record_common(self):
     return testutil.assert_http_resource_properties(self, self.__url('/1'))
示例#3
0
 def test_common_object(self):
     return testutil.assert_http_resource_properties(self, urlparse.urljoin(self.url, CAP_OBJECT_PATH_ELEMENT))
示例#4
0
 def test_common_client_example(self):
     return testutil.assert_http_resource_properties(self, urlparse.urljoin(self.url, '/client/main.js'))
示例#5
0
 def test_common_root(self):
     return testutil.assert_http_resource_properties(self, self.url)
示例#6
0
 def test_leaf_cell_common(self):
     return assert_http_resource_properties(self, self.__url('/leaf_cell'))
示例#7
0
 def test_common(self):
     return assert_http_resource_properties(self,
                                            self.__url('/mono?rate=1'),
                                            dont_read_entire_body=True)