Beispiel #2
0
 def test_log_at_threshold(self):
     LoggingPage().log_info()
 def test_log_below_threshold(self):
     LoggingPage().log_debug()
Beispiel #4
0
 def test_log_at_threshold(self):
     LoggingPage().log_info_is_console_false()
 def test_log_below_threshold(self):
     LoggingPage().log_debug_is_console_false()