From df7bc8647d26ee93ea0fb213972bf9c47353e795 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 26 Nov 2016 09:28:30 -0500 Subject: Enable pytest warnings, and fix/silence a few --- tests/test_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_files.py') diff --git a/tests/test_files.py b/tests/test_files.py index 2d22730e..ec0332eb 100644 --- a/tests/test_files.py +++ b/tests/test_files.py @@ -284,4 +284,4 @@ class WindowsFileTest(CoverageTest): super(WindowsFileTest, self).setUp() def test_actual_path(self): - self.assertEquals(actual_path(r'c:\Windows'), actual_path(r'C:\wINDOWS')) + self.assertEqual(actual_path(r'c:\Windows'), actual_path(r'C:\wINDOWS')) -- cgit v1.2.1