]> git.phdru.name Git - ppu.git/commitdiff
Rename test_rof.py -> test_remove_old_files.py
authorOleg Broytman <phd@phdru.name>
Sun, 16 Apr 2017 07:29:26 +0000 (10:29 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 16 Apr 2017 07:29:26 +0000 (10:29 +0300)
tests/test_remove_old_files.py [moved from tests/test_rof.py with 97% similarity]

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))