def test_soi_filtering(self):
     with extest_util.show_replaced_by_check_graphic(self):
         SOI_filtering.main()
Esempio n. 2
0
 def test_soi_filtering(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import SOI_filtering
         with show_replaced_by_check_graphic(self):
             SOI_filtering.main()
Esempio n. 3
0
 def test_soi_filtering(self):
     with extest_util.show_replaced_by_check_graphic(self):
         SOI_filtering.main()
Esempio n. 4
0
 def test_soi_filtering(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import SOI_filtering
         with show_replaced_by_check_graphic(self):
             SOI_filtering.main()