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