예제 #1
0
 def assert_operation_produces_report(self, operation, report_list):
     assert_report_item_list_equal(
         operations.validate_operation_list(
             [operation],
             ["monitor"],
         ),
         report_list
     )
예제 #2
0
 def assert_operation_produces_report(self, operation, report_list):
     assert_report_item_list_equal(
         operations.validate_operation_list(
             [operation],
             ["monitor"],
         ),
         report_list
     )