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