コード例 #1
0
ファイル: test_webapp.py プロジェクト: wolf123-wolf/shinysdr
 def test_common_ephemeris(self):
     return assert_http_resource_properties(self,
                                            urljoin(self.url, 'ephemeris'))
コード例 #2
0
ファイル: test_webapp.py プロジェクト: wolf123-wolf/shinysdr
 def test_common_client_example(self):
     return assert_http_resource_properties(
         self, urljoin(self.url, '/client/main.js'))
コード例 #3
0
ファイル: test_webapp.py プロジェクト: wolf123-wolf/shinysdr
 def test_common_object(self):
     return assert_http_resource_properties(
         self, urljoin(self.url, CAP_OBJECT_PATH_ELEMENT))
コード例 #4
0
ファイル: test_audio_http.py プロジェクト: kpreid/shinysdr
 def test_common(self):
     return assert_http_resource_properties(self, self.__url('/mono?rate=1'), dont_read_entire_body=True)
コード例 #5
0
ファイル: test_webapp.py プロジェクト: wolf123-wolf/shinysdr
 def test_common_root(self):
     return assert_http_resource_properties(self, self.url)
コード例 #6
0
ファイル: test_webapp.py プロジェクト: kpreid/shinysdr
 def test_common_ephemeris(self):
     return assert_http_resource_properties(self, urljoin(self.url, 'ephemeris'))
コード例 #7
0
 def test_leaf_cell_common(self):
     return assert_http_resource_properties(self, self.__url('/leaf_cell'))
コード例 #8
0
ファイル: test_webapp.py プロジェクト: kpreid/shinysdr
 def test_common_client_example(self):
     return assert_http_resource_properties(self, urljoin(self.url, '/client/main.js'))
コード例 #9
0
ファイル: test_webapp.py プロジェクト: kpreid/shinysdr
 def test_common_object(self):
     return assert_http_resource_properties(self, urljoin(self.url, CAP_OBJECT_PATH_ELEMENT))
コード例 #10
0
ファイル: test_webapp.py プロジェクト: kpreid/shinysdr
 def test_common_root(self):
     return assert_http_resource_properties(self, self.url)
コード例 #11
0
ファイル: test_export_http.py プロジェクト: kpreid/shinysdr
 def test_leaf_cell_common(self):
     return assert_http_resource_properties(self, self.__url('/leaf_cell'))
コード例 #12
0
 def test_common(self):
     return assert_http_resource_properties(self,
                                            self.__url('/mono?rate=1'),
                                            dont_read_entire_body=True)
コード例 #13
0
 def test_record_common(self):
     return assert_http_resource_properties(self, self.__url('/1'))
コード例 #14
0
 def test_index_common(self):
     return assert_http_resource_properties(self, self.__url('/'))