ミラー元
https://github.com/arsenetar/send2trash.git
前回の同期 2025-07-01 21:13:22 +00:00
Fix test on Python 3
このコミットが含まれているのは:
コミット
dd69edad3b
@ -79,7 +79,7 @@ class TestTopdirTrash(TestExtVol):
|
||||
# then it gets renamed etc.)
|
||||
cfg = ConfigParser()
|
||||
cfg.read(op.join(self.trashDir, str(os.getuid()), 'info', self.fileName + '.trashinfo'))
|
||||
self.assertEqual(self.fileName, cfg.get('Trash Info', 'Path', 1))
|
||||
self.assertEqual(self.fileName, cfg.get('Trash Info', 'Path', raw=True))
|
||||
|
||||
# Test .Trash-UID
|
||||
class TestTopdirTrashFallback(TestExtVol):
|
||||
|
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする