コード例 #1
0
ファイル: test_global_map.py プロジェクト: omarjamil/iris
 def test_global_map(self):
     global_map.main() 
コード例 #2
0
 def test_global_map(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import global_map
         with show_replaced_by_check_graphic(self):
             global_map.main()
コード例 #3
0
ファイル: test_global_map.py プロジェクト: cdr30/iris
 def test_global_map(self):
     with extest_util.show_replaced_by_check_graphic(self):
         global_map.main()
コード例 #4
0
ファイル: test_global_map.py プロジェクト: AntoinedDMO/iris
 def test_global_map(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import global_map
         with show_replaced_by_check_graphic(self):
             global_map.main()