X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tests%2Ftest_remove_old_files.py;fp=tests%2Ftest_rof.py;h=6f615ba0d57331eaba41cfa3b9528fc3c2802771;hb=947977ce851e15e0065630f265b4047cd47ea1f1;hp=af955d1c676794709c727207bd8fb386fa0661d9;hpb=e555e8ea0903ecccb1855b31db3c5994799afcf0;p=ppu.git diff --git a/tests/test_rof.py b/tests/test_remove_old_files.py similarity index 97% rename from tests/test_rof.py rename to tests/test_remove_old_files.py index af955d1..6f615ba 100755 --- a/tests/test_rof.py +++ b/tests/test_remove_old_files.py @@ -39,7 +39,7 @@ def _test_files_not_exist(files): assert not os.path.exists(fname) -def test_rof(): +def test_remove_old_files(): create_files(['test1', 'test2']) _test_files_exist(['test1', 'test2']) os.utime('test2', (0, 0))