Beispiel #1
0
 def test_orca_projection(self):
     with extest_util.show_replaced_by_check_graphic(self):
         orca_projection.main()
Beispiel #2
0
 def test_orca_projection(self):
     with extest_util.show_replaced_by_check_graphic(self):
         orca_projection.main()
 def test_orca_projection(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import orca_projection
         with show_replaced_by_check_graphic(self):
             orca_projection.main()
 def test_orca_projection(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import orca_projection
         with show_replaced_by_check_graphic(self):
             orca_projection.main()