예제 #1
0
 def test_get_hwclock(self):
     """
     Test if it get current hardware clock setting (UTC or localtime)
     """
     self.assertEqual(win_timezone.get_hwclock(), "localtime")
예제 #2
0
def test_get_hwclock():
    """
    Test if it get current hardware clock setting (UTC or localtime)
    """
    assert win_timezone.get_hwclock() == "localtime"
예제 #3
0
 def test_get_hwclock(self):
     '''
     Test if it get current hardware clock setting (UTC or localtime)
     '''
     self.assertEqual(win_timezone.get_hwclock(), 'localtime')
예제 #4
0
 def test_get_hwclock(self):
     '''
     Test if it get current hardware clock setting (UTC or localtime)
     '''
     self.assertEqual(win_timezone.get_hwclock(), 'localtime')