/
niceSOFT
/
pip
ОбзорДокументацияВойти
/
niceSOFT
/
pip
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
pip/
tests/functional/
..
__init__.py

break up tests dir into data, unit tests, and functional tests

13 лет назад
test_bad_url.py

Also change the comment

2 года назад
test_broken_stdout.py

Bump Ruff's target-version to Python 3.9

год назад
test_build_constraints.py

Complete PIP_CONSTRAINT build-environment deprecation (#14094)

месяц назад
test_build_env.py

feat: Add a venv-based build environment provider (#14070)

месяц назад
test_cache.py

Remove empty `http-v2` directories on `pip cache purge` (#14058)

2 месяца назад
test_check.py

test: Migrate some functional tests to new APIs

8 месяцев назад
test_cli.py

Render usage through Rich on option errors (#14143)

месяц назад
test_completion.py

Fix bash completion when the user has changed $IFS (#13558)

9 месяцев назад
test_config_settings.py

Remove non PEP 517 code paths

10 месяцев назад
test_configuration.py

mnt: Bump black to 26.5.1

2 месяца назад
test_debug.py

Replace locale.getpreferredencoding() with locale.getencoding() (#13960)

2 месяца назад
test_download.py

Add a --only-deps flag for pip install et al. (#13895)

19 дней назад
test_fast_deps.py

Bump Ruff's target-version to Python 3.9

год назад
test_freeze.py

test: Spawn subprocess directly for git commits (#14153)

месяц назад
test_hash.py

Apply black formatting

2 года назад
test_help.py

Add tests for colorized help

7 месяцев назад
test_index.py

Add tests for release control options

7 месяцев назад
test_index_invalid_wheels.py

mnt: Bump black to 26.5.1

2 месяца назад
test_inspect.py

test: Remove explicit dependency on wheel

7 месяцев назад
test_install.py

Respect cache-control header for simple responses (#13955)

18 дней назад
test_install_check.py

Add --no-build-isolation to tests

10 месяцев назад
test_install_cleanup.py

Remove legacy 'setup.py clean' tests

10 месяцев назад
test_install_compat.py

Add --no-build-isolation to tests

10 месяцев назад
test_install_config.py

Revert build dependency installer isolation for legacy build environment (#14228)

8 дней назад
test_install_dependencies.py

Add a --only-deps flag for pip install et al. (#13895)

19 дней назад
test_install_direct_url.py

Use packaging's direct_url model

4 месяца назад
test_install_extras.py

test: add more regression tests for self-referential extras (#14161)

7 дней назад
test_install_force_reinstall.py

Complete type annotations of tests/functional/ directory

5 лет назад
test_install_format_control.py

windows fix tests

6 месяцев назад
test_install_index.py

mnt: Bump black to 26.5.1

2 месяца назад
test_install_pylock_reqs.py

Address a variety of typos detected in code review

16 дней назад
test_install_release_control.py

windows fix tests

6 месяцев назад
test_install_report.py

mnt: Bump black to 26.5.1

2 месяца назад
test_install_reqs.py

Turn PipDeprecationWarning into errors when running tests (#13947)

2 месяца назад
test_install_requested.py

Add --no-build-isolation to tests

10 месяцев назад
test_install_script.py

mnt: Bump black to 26.5.1

2 месяца назад
test_install_upgrade.py

test: Use local wheels for test_{download, install_upgrade, wheel}

7 месяцев назад
test_install_user.py

mnt: Bump black to 26.5.1

2 месяца назад
test_install_vcs_git.py

Add --no-build-isolation to tests

10 месяцев назад
test_install_wheel.py

chore: Add test for preserving legacy script executable bit on Unix (#14172)

месяц назад
test_invalid_versions_and_specifiers.py

Handle invalid versions gracefully for all list formats (#13345)

год назад
test_list.py

fix: Respect --(only|prefer|no)-binary in pip list (#14199)

19 дней назад
test_lock.py

Add a --only-deps flag for pip install et al. (#13895)

19 дней назад
test_new_resolver.py

Fix extras being dropped from the 'Discarding' log message (#14085)

2 месяца назад
test_new_resolver_errors.py

Merge branch 'main' into hint-on-resolution-impossible-when-no-packages-are-available

10 месяцев назад
test_new_resolver_hashes.py

mnt: Bump black to 26.5.1

2 месяца назад
test_new_resolver_target.py

chore: move ruff to 3.10 after Python 3.9 drop (#13921)

2 месяца назад
test_new_resolver_user.py

mnt: Bump black to 26.5.1

2 месяца назад
test_no_color.py

Forward --no-color to the rich.Console instance (#11048)

2 года назад
test_pep517.py

feat: Add a venv-based build environment provider (#14070)

месяц назад
test_pep660.py

test: Remove explicit dependency on wheel

7 месяцев назад
test_pep668.py

mnt: Bump black to 26.5.1

2 месяца назад
test_pip_runner_script.py

Run `ruff check . --fix --select I`

2 года назад
test_proxy.py

feat: Install build dependencies in-process (#13450)

7 месяцев назад
test_python_option.py

Merge remote-tracking branch 'upstream/main' into rm-3.7

3 года назад
test_search.py

Bump Ruff's target-version to Python 3.9

год назад
test_self_update.py

Install flit-core offline for `test_self_update_editable`

год назад
test_show.py

perf: Skip pip show installed-files list unless --files is given (#14118)

месяц назад
test_truststore.py

chore: move ruff to 3.10 after Python 3.9 drop (#13921)

2 месяца назад
test_uninstall.py

mnt: Bump black to 26.5.1

2 месяца назад
test_uninstall_user.py

Drop redundant Python 3.9 code

4 месяца назад
test_uploaded_prior_to.py

fix: Respect --uploaded-prior-to in pip list (#14190)

19 дней назад
test_vcs_bazaar.py

ci: fix PYTHON_GIL gate for free-threaded runs (#14063)

2 месяца назад
test_vcs_git.py

test: Spawn subprocess directly for git commits (#14153)

месяц назад
test_vcs_mercurial.py

Run `ruff check . --fix --select I`

2 года назад
test_vcs_subversion.py

Run `ruff check . --fix --select I`

2 года назад
test_warning.py

Turn PipDeprecationWarning into errors when running tests (#13947)

2 месяца назад
test_wheel.py

Add a --only-deps flag for pip install et al. (#13895)

19 дней назад