コード例 #1
0
ファイル: test_COP_maps.py プロジェクト: AntoinedDMO/iris
 def test_cop_maps(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import COP_maps
         with show_replaced_by_check_graphic(self):
             COP_maps.main()
コード例 #2
0
ファイル: test_COP_maps.py プロジェクト: asascience-open/iris
 def test_cop_maps(self):
     with extest_util.show_replaced_by_check_graphic(self):
         COP_maps.main()
コード例 #3
0
 def test_cop_maps(self):
     with extest_util.show_replaced_by_check_graphic(self):
         COP_maps.main()
コード例 #4
0
 def test_cop_maps(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import COP_maps
         with show_replaced_by_check_graphic(self):
             COP_maps.main()
コード例 #5
0
ファイル: test_COP_maps.py プロジェクト: omarjamil/iris
 def test_cop_maps(self):
     COP_maps.main()