def test_anomaly_log_colouring(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import anomaly_log_colouring
         with show_replaced_by_check_graphic(self):
             anomaly_log_colouring.main()
 def test_anomaly_log_colouring(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import anomaly_log_colouring
         with show_replaced_by_check_graphic(self):
             anomaly_log_colouring.main()
Example #3
0
 def test_anomaly_log_colouring(self):
     with extest_util.show_replaced_by_check_graphic(self):
         anomaly_log_colouring.main()
 def test_anomaly_log_colouring(self):
     with extest_util.show_replaced_by_check_graphic(self):
         anomaly_log_colouring.main()