index
:
delta/pip.git
0.5.X
0.6.X
0.7.X
1.3.X
1.4.X
1.5.X
8512-feature-flag-docs
add-2020-ux-docs
add-maintainers-only-link
add-resolver-docs
add-sponsor-button
add-ux-docs
baserock/master
baserock/richardipsum/add-list-dependencies
bernard-backtracking
bump-rtd-python
check-long-desc
check-long_description
develop
docs-quickstart
feature/install-target
feature/pep381-verification
feature/ssl-mirror-requests
fix/9644
fix_script_names
force-implementation-tag
good-first-issue-template
issue-381-do-not-use-pwd-in-installation-process
issue-template
issue-templates
main
master
no-more-bot
pradyunsg-bump-sphinx
pradyunsg-docs-improve-note
pradyunsg-install-order-disclaimer
pradyunsg-news-architecture-docs
pradyunsg-patch-1
pradyunsg-release-details
pre-commit-ci-update-config
provider-integration
readthedocs-builder
refactor/cleanup-cli-opts
release/10.0.0
release/20.2b1
release/9.0.2
release/9.0.3
rename-auto-lock-label
revert-10279-reorg-dependency-resolution-information
revert-2513-ssh_and_commit_support
revert-2547-revert-2513-ssh_and_commit_support
revert-3724-norm-path
revert-5124-ui/limit-progress
revert-5478-ci/short-circuiting-appveyor
revert-7600-release-rewrite-lineendings
revert-9163-redact-url-from-help
revert-9264-new-resolver-dont-abort-on-inconsistent-candidate
shorter-no-response-window
threaded-page-getting
try-containers
xavfernandez-patch-1
github.com: pypa/pip.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
functional
/
test_help.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Complete type annotations of tests/functional/ directory
Jon Dufresne
2021-11-18
1
-13
/
+22
*
Reformat the codebase, with black
Pradyun Gedam
2021-08-20
1
-20
/
+21
*
Lint
Andrey Bienkowski
2021-02-10
1
-1
/
+2
*
Use unittest.mock instead of mock
Andrey Bienkowski
2021-02-10
1
-1
/
+1
*
tests: Add extra_index_url test case to help redact url
Noah Gorny
2020-12-02
1
-0
/
+11
*
tests: help: Test that auth is redacted from url in help menu
Noah Gorny
2020-11-26
1
-0
/
+10
*
import status codes from cli.status_codes
Devesh Kumar Singh
2020-05-28
1
-1
/
+1
*
Only import a Command class when it is actually needed.
Chris Jerdonek
2019-07-26
1
-6
/
+5
*
Remove hidden
Anthony Sottile
2019-02-20
1
-3
/
+0
*
Rename basecommand -> base_command
Pradyun Gedam
2018-07-30
1
-1
/
+1
*
Move basecommand to pip._internal.cli
Pradyun Gedam
2018-07-29
1
-1
/
+1
*
Move all internal APIs to pip._internal
Donald Stufft
2017-08-31
1
-4
/
+4
*
Sort imports and minor Flake8 changes (#4520)
Pradyun S. Gedam
2017-06-13
1
-0
/
+1
*
Sort all imports
Pradyun S. Gedam
2017-05-16
1
-4
/
+3
*
Do the monkey patch instead
Alex Gaynor
2017-03-26
1
-23
/
+5
*
Refs #4377 -- hack job for initial functional testing in memory
Alex Gaynor
2017-03-26
1
-5
/
+24
*
Spelling fixes
Ville Skyttä
2015-12-27
1
-2
/
+2
*
Style fixes for the latest flake8
Donald Stufft
2015-02-24
1
-2
/
+2
*
Do not shadow submodules
Bussonnier Matthias
2014-12-12
1
-1
/
+1
*
Use Flake8 on the test of pip's Python files
Donald Stufft
2014-01-28
1
-3
/
+7
*
define options once, but don't globally instantiate
Marcus Smith
2013-09-16
1
-4
/
+3
*
1) have `create_main_parser` construct the parser description.
Marcus Smith
2013-09-15
1
-1
/
+1
*
Replace explicit calls to reset_env() with the script fixture
Donald Stufft
2013-08-27
1
-10
/
+5
*
Refactor tests.lib
Donald Stufft
2013-08-21
1
-14
/
+12
*
Switch to using py.test as the test runner instead of nose
Donald Stufft
2013-08-21
1
-2
/
+5
*
break up tests dir into data, unit tests, and functional tests
Marcus Smith
2013-05-29
1
-0
/
+90