diff options
author | Jannis Leidel <jannis@leidel.info> | 2012-02-16 21:09:00 +0100 |
---|---|---|
committer | Jannis Leidel <jannis@leidel.info> | 2012-02-16 21:09:00 +0100 |
commit | ee554dd82b8bc6ed9a3cf989b353126580fcc082 (patch) | |
tree | b0604f39ed465673316fe94ffa29046ed868aafc /tests/test_uninstall.py | |
parent | 47f1b2c2b2523469e6107cb2ef325eb61fa8fcf1 (diff) | |
parent | 40ac381fad2cc31f75014f02d3e8bf755d933abb (diff) | |
download | pip-1.1.tar.gz |
Merge branch 'release/1.1'1.1
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. |