文件操作 - test_scripts.py
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/twisted/mail/test/test_scripts.py
编辑文件内容
# Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ Tests for the command-line mailer tool provided by Twisted Mail. """ from twisted.scripts.test.test_scripts import ScriptTestsMixin from twisted.trial.unittest import TestCase class ScriptTests(TestCase, ScriptTestsMixin): """ Tests for all one of mail's scripts. """ def test_mailmail(self): self.scriptTest("mail/mailmail")
修改文件时间
将文件时间修改为当前时间的前一年
删除文件