1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/lib
Jon Dufresne 9e88e8708f Replace assert_raises_regexp function with pytest.raises
These methods serve the same purpose. Can shift to using the upstream
implementation.

https://docs.pytest.org/en/latest/reference/reference.html#pytest.raises
2021-08-29 07:09:50 -07:00
..
__init__.py Replace assert_raises_regexp function with pytest.raises 2021-08-29 07:09:50 -07:00
certs.py Move many type comments to annotations 2021-08-10 07:12:32 -07:00
compat.py Move many type comments to annotations 2021-08-10 07:12:32 -07:00
configuration_helpers.py Remove unused method ConfigurationMixin.get_file_contents() 2021-08-28 09:21:53 -07:00
direct_url.py Complete typing of some tests/lib/* files 2021-08-27 09:25:22 -07:00
filesystem.py Complete typing of some tests/lib/* files 2021-08-27 09:25:22 -07:00
git_submodule_helpers.py Blacken tests/lib 2021-04-02 11:59:57 +01:00
index.py Complete typing of some tests/lib/* files 2021-08-27 09:25:22 -07:00
local_repos.py Run mypy on the tests directory 2021-08-22 09:57:26 -06:00
options_helpers.py Complete typing of some tests/lib/* files 2021-08-27 09:25:22 -07:00
path.py Complete typing of some tests/lib/* files 2021-08-27 09:25:22 -07:00
requests_mocks.py Blacken tests/lib 2021-04-02 11:59:57 +01:00
server.py Run mypy on the tests directory 2021-08-22 09:57:26 -06:00
test_lib.py Use a stricter regex for matching the Python version 2021-08-06 15:55:55 +01:00
test_wheel.py Move many type comments to annotations 2021-08-10 07:12:32 -07:00
venv.py Complete typing of some tests/lib/* files 2021-08-27 09:25:22 -07:00
wheel.py Remove direct pkg_resource usages from resolver and preparer 2021-08-23 02:07:33 +08:00