From d942a4ee65df67276d63af1f08098b072cc518ab Mon Sep 17 00:00:00 2001 From: Xavier Fernandez Date: Fri, 6 Sep 2019 10:29:34 +0200 Subject: [PATCH] tests: fix typos --- tests/functional/test_install_cleanup.py | 2 +- tests/unit/test_locations.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/test_install_cleanup.py b/tests/functional/test_install_cleanup.py index bc51074ea..8489b860b 100644 --- a/tests/functional/test_install_cleanup.py +++ b/tests/functional/test_install_cleanup.py @@ -72,7 +72,7 @@ def test_cleanup_after_install_from_local_directory(script, data): script.assert_no_temp() -def test_cleanup_req_satisifed_no_name(script, data): +def test_cleanup_req_satisfied_no_name(script, data): """ Test cleanup when req is already satisfied, and req has no 'name' """ diff --git a/tests/unit/test_locations.py b/tests/unit/test_locations.py index de83ef986..d59d2d65a 100644 --- a/tests/unit/test_locations.py +++ b/tests/unit/test_locations.py @@ -76,7 +76,7 @@ class TestLocations: return result -class TestDisutilsScheme: +class TestDistutilsScheme: def test_root_modifies_appropriately(self, monkeypatch): # This deals with nt/posix path differences -- GitLab