コード例 #1
0
ファイル: test_time.py プロジェクト: Lothiraldan/testfixtures
 def test_something():
     compare(sample1.str_time(),'978307200.0')
コード例 #2
0
ファイル: test_time.py プロジェクト: Lothiraldan/testfixtures
 def test_something():
     from time import time
     compare(time(),978307200.0)
     compare(sample1.str_time(),'978307201.0')