def test_custom_file_loading(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import custom_file_loading
         with show_replaced_by_check_graphic(self):
             custom_file_loading.main()
 def test_custom_file_loading(self):
     with extest_util.show_replaced_by_check_graphic(self):
         custom_file_loading.main()
Esempio n. 3
0
 def test_custom_file_loading(self):
     with extest_util.show_replaced_by_check_graphic(self):
         custom_file_loading.main()
 def test_custom_file_loading(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import custom_file_loading
         with show_replaced_by_check_graphic(self):
                 custom_file_loading.main()
Esempio n. 5
0
 def test_global_map(self):
     custom_file_loading.main()