From: Oleg Broytman Date: Sun, 16 Apr 2017 07:29:26 +0000 (+0300) Subject: Rename test_rof.py -> test_remove_old_files.py X-Git-Tag: 0.1.0~5 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=947977ce851e15e0065630f265b4047cd47ea1f1 Rename test_rof.py -> test_remove_old_files.py --- 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))