예제 #1
0
 def testRewriteMetricWithInteractionRecord(self):
   self.assertEqual(
       'interaction-chart/trace',
       start_try_job._RewriteMetricName('chart/interaction/trace'))
예제 #2
0
 def testRewriteMetricWithInteractionRecord(self):
   self.assertEqual(
       'interaction-chart/trace',
       start_try_job._RewriteMetricName('chart/interaction/trace'))
예제 #3
0
 def testRewriteMetricWithoutInteractionRecord(self):
   self.assertEqual(
       'old/skool',
       start_try_job._RewriteMetricName('old/skool'))
예제 #4
0
 def testRewriteMetricWithoutInteractionRecord(self):
   self.assertEqual(
       'old/skool',
       start_try_job._RewriteMetricName('old/skool'))