コード例 #1
0
ファイル: test_result.py プロジェクト: cataglyphis/LAVA
 def test_duration_to_microseconds(self):
     obj = TestResult()
     obj.duration = self.duration
     self.assertEqual(self.microseconds, obj.microseconds)
コード例 #2
0
ファイル: test_result.py プロジェクト: dl9pf/lava-server
 def test_duration_to_microseconds(self):
     obj = TestResult()
     obj.duration = self.duration
     self.assertEqual(self.microseconds, obj.microseconds)