1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/unit/test_proxy.py

16 lines
285 B
Python
Raw Normal View History

"""
Tests for the proxy support in pip.
"""
2010-02-24 11:24:55 +01:00
import pip
from tests.lib import SRC_DIR
from tests.lib.path import Path
2011-03-15 20:49:48 +01:00
2010-02-24 11:24:55 +01:00
def test_correct_pip_version():
"""
Check we are importing pip from the right place.
"""
assert Path(pip.__file__).folder.folder.abspath == SRC_DIR