We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7516e43 commit e8fa995Copy full SHA for e8fa995
rotate_backups/tests.py
@@ -388,7 +388,7 @@ def test_minutely_rotation(self):
388
assert os.path.exists(os.path.join(root, 'backup-2016-01-10_21-45-00'))
389
390
def test_weekly_rotation(self):
391
- """Test strict rotation."""
+ """Test weekly rotation."""
392
with TemporaryDirectory(prefix='rotate-backups-', suffix='-test-suite') as root:
393
os.mkdir(os.path.join(root, 'galera_backup_db4.sl.example.lab_2020-12-26_10-00'))
394
os.mkdir(os.path.join(root, 'galera_backup_db4.sl.example.lab_2021-01-02_10-00'))
0 commit comments