From 092cf1471b5524a397fc435f43b210ea5b9fc809 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Tue, 30 Jun 2020 12:25:23 -0500 Subject: [PATCH] Add details to commented out tests. --- hscommon/tests/util_test.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hscommon/tests/util_test.py b/hscommon/tests/util_test.py index 800780bb..eae80f7c 100644 --- a/hscommon/tests/util_test.py +++ b/hscommon/tests/util_test.py @@ -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)