コード例 #1
0
 def test_dispatcher(self):
     """Test that the dispatcher works on any object."""
     with self.assertRaises(StopIteration):
         dods(None)
コード例 #2
0
ファイル: test_responses_dods.py プロジェクト: jblarsen/pydap
 def test_dispatcher(self):
     """Test that the dispatcher works on any object."""
     with self.assertRaises(StopIteration):
         dods(None)