1
0
镜像自地址 https://github.com/arsenetar/dupeguru.git 已同步 2025-07-05 23:13:20 +00:00

Add details to commented out tests.

这个提交包含在:
Andrew Senetar 2020-06-30 12:25:23 -05:00
父节点 4f252480d3
当前提交 092cf1471b
签署人:: arsenetar
GPG 密钥 ID: C63300DCE48AB2F1

查看文件

@ -238,7 +238,11 @@ def test_multi_replace():
# --- Files
# TODO need to figure out how to make these work without monkeyplus as it appears to cause issues with newer pytest
# These test cases needed https://github.com/hsoft/pytest-monkeyplus/ which appears to not be compatible with latest
# pytest, looking at where this is used only appears to be in hscommon.localize_all_stringfiles at top level.
# Right now this repo does not seem to utilize any of that functionality so going to leave these tests out for now.
# TODO decide if fixing these tests is worth it or not.
# class TestCase_modified_after:
# def test_first_is_modified_after(self, monkeyplus):
# monkeyplus.patch_osstat("first", st_mtime=42)