예제 #1
0
 def test_TEC(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import TEC
         with show_replaced_by_check_graphic(self):
             TEC.main()
예제 #2
0
파일: test_TEC.py 프로젝트: omarjamil/iris
 def test_TEC(self):
     TEC.main() 
예제 #3
0
 def test_TEC(self):
     with extest_util.show_replaced_by_check_graphic(self):
         TEC.main()
예제 #4
0
 def test_TEC(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import TEC
         with show_replaced_by_check_graphic(self):
             TEC.main()