Ejemplo n.º 1
0
 def test_something():
     compare(sample1.str_time(),'978307200.0')
Ejemplo n.º 2
0
 def test_something():
     from time import time
     compare(time(),978307200.0)
     compare(sample1.str_time(),'978307201.0')