summaryrefslogtreecommitdiff
path: root/tests/test_files.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-11-26 09:28:30 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-11-26 09:28:30 -0500
commitdf7bc8647d26ee93ea0fb213972bf9c47353e795 (patch)
treea32bc0c19a7bdcc5dcb98e628fbe35645b34fdc3 /tests/test_files.py
parent1a0d55751dda29b70240e06d5264544c0d45b845 (diff)
downloadpython-coveragepy-git-df7bc8647d26ee93ea0fb213972bf9c47353e795.tar.gz
Enable pytest warnings, and fix/silence a few
Diffstat (limited to 'tests/test_files.py')
-rw-r--r--tests/test_files.py2
1 files changed, 1 insertions, 1 deletions
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'))