Example #1
0
 def testTwo(self):
     assertEquals('asctime', datelib.asctime_from_seconds(3452345),
                  '958:59.05')
Example #2
0
 def testTwo( self ):
     assertEquals( 'asctime',
                  datelib.asctime_from_seconds( 3452345 ),
                  '958:59.05' )
Example #3
0
 def testOne(self):
     assertEquals('asctime', datelib.asctime_from_seconds(134), '0:02.14')
Example #4
0
 def testOne( self ):
     assertEquals( 'asctime',
                  datelib.asctime_from_seconds( 134 ),
                  '0:02.14' )