コード例 #1
0
ファイル: test_ntp.py プロジェクト: pir8aye/QRL
 def test_getTime(self):
     setDrift()
     time = getTime()
     self.assertIsNotNone(time)
コード例 #2
0
ファイル: test_ntp.py プロジェクト: pir8aye/QRL
 def test_set_drift(self):
     ntp.drift = 0
     setDrift()
     print(ntp.drift)
     self.assertNotEqual(0, ntp.drift)