diff options
Diffstat (limited to 'tests/test_uninstall.py')
-rw-r--r-- | tests/test_uninstall.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_uninstall.py b/tests/test_uninstall.py index 1b35bffc3..c88c7a681 100644 --- a/tests/test_uninstall.py +++ b/tests/test_uninstall.py @@ -7,6 +7,7 @@ from tests.local_repos import local_repo, local_checkout from pip.util import rmtree + def test_simple_uninstall(): """ Test simple install and uninstall. |