def test_projections_and_annotations(self):
     with extest_util.show_replaced_by_check_graphic(self):
         projections_and_annotations.main()
예제 #2
0
 def test_projections_and_annotations(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import projections_and_annotations
         with show_replaced_by_check_graphic(self):
             projections_and_annotations.main()
 def test_projections_and_annotations(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import projections_and_annotations
         with show_replaced_by_check_graphic(self):
             projections_and_annotations.main()
예제 #4
0
 def test_projections_and_annotations(self):
     with extest_util.show_replaced_by_check_graphic(self):
         projections_and_annotations.main()