summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Smith <qwcode@gmail.com>2014-04-22 13:09:13 -0700
committerMarcus Smith <qwcode@gmail.com>2014-04-22 13:09:13 -0700
commit5ff772d774e1994264c2eb4e84a25d7a7ac68ce2 (patch)
treeb1717047168cacf4a30f179d78bc5312b84da344
parentb274b85f9682d6f3642a2e5762e4219c7abfde27 (diff)
downloadpip-5ff772d774e1994264c2eb4e84a25d7a7ac68ce2.tar.gz
a teardown that pytest recognizes
-rw-r--r--tests/unit/test_locations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_locations.py b/tests/unit/test_locations.py
index 01e6f7585..1e1cc2437 100644
--- a/tests/unit/test_locations.py
+++ b/tests/unit/test_locations.py
@@ -28,7 +28,7 @@ class TestLocations:
self.username = "example"
self.patch()
- def tearDown(self):
+ def teardown(self):
self.revert_patch()
shutil.rmtree(self.tempdir, ignore_errors=True)