]> git.phdru.name Git - ppu.git/blobdiff - tests/test_remove_old_files.py
Rename test_rof.py -> test_remove_old_files.py
[ppu.git] / tests / test_remove_old_files.py
similarity index 97%
rename from tests/test_rof.py
rename to tests/test_remove_old_files.py
index af955d1c676794709c727207bd8fb386fa0661d9..6f615ba0d57331eaba41cfa3b9528fc3c2802771 100755 (executable)
@@ -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))