Example #1
0
 def test_duration_to_microseconds(self):
     obj = TestResult()
     obj.duration = self.duration
     self.assertEqual(self.microseconds, obj.microseconds)
Example #2
0
 def test_duration_to_microseconds(self):
     obj = TestResult()
     obj.duration = self.duration
     self.assertEqual(self.microseconds, obj.microseconds)