コード例 #1
0
ファイル: test_forge.py プロジェクト: vinc3nt/techrec
def test_timefile_toround():
    eq_(get_timefile(eight + minutes(20)),
        '2014-05/30/rec-2014-05-30-20-00-00-ror.mp3')
コード例 #2
0
ファイル: test_forge.py プロジェクト: vinc3nt/techrec
def test_timefile_alreadyround():
    eq_(get_timefile(eight),
        '2014-05/30/rec-2014-05-30-20-00-00-ror.mp3')