From 947977ce851e15e0065630f265b4047cd47ea1f1 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 16 Apr 2017 10:29:26 +0300 Subject: [PATCH] Rename test_rof.py -> test_remove_old_files.py --- tests/{test_rof.py => test_remove_old_files.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/{test_rof.py => test_remove_old_files.py} (97%) 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)) -- 2.39.2