コード例 #1
0
ファイル: test_responses_das.py プロジェクト: pydap/pydap
 def test_dispatcher(self):
     """Test the single dispatcher."""
     with self.assertRaises(StopIteration):
         das(None)
コード例 #2
0
 def test_dispatcher(self):
     """Test the single dispatcher."""
     with self.assertRaises(StopIteration):
         das(None)