summaryrefslogtreecommitdiff
path: root/tests/functional/test_help.py
Commit message (Expand)AuthorAgeFilesLines
* Complete type annotations of tests/functional/ directoryJon Dufresne2021-11-181-13/+22
* Reformat the codebase, with blackPradyun Gedam2021-08-201-20/+21
* LintAndrey Bienkowski2021-02-101-1/+2
* Use unittest.mock instead of mockAndrey Bienkowski2021-02-101-1/+1
* tests: Add extra_index_url test case to help redact urlNoah Gorny2020-12-021-0/+11
* tests: help: Test that auth is redacted from url in help menuNoah Gorny2020-11-261-0/+10
* import status codes from cli.status_codesDevesh Kumar Singh2020-05-281-1/+1
* Only import a Command class when it is actually needed.Chris Jerdonek2019-07-261-6/+5
* Remove hiddenAnthony Sottile2019-02-201-3/+0
* Rename basecommand -> base_commandPradyun Gedam2018-07-301-1/+1
* Move basecommand to pip._internal.cliPradyun Gedam2018-07-291-1/+1
* Move all internal APIs to pip._internalDonald Stufft2017-08-311-4/+4
* Sort imports and minor Flake8 changes (#4520)Pradyun S. Gedam2017-06-131-0/+1
* Sort all importsPradyun S. Gedam2017-05-161-4/+3
* Do the monkey patch insteadAlex Gaynor2017-03-261-23/+5
* Refs #4377 -- hack job for initial functional testing in memoryAlex Gaynor2017-03-261-5/+24
* Spelling fixesVille Skyttä2015-12-271-2/+2
* Style fixes for the latest flake8Donald Stufft2015-02-241-2/+2
* Do not shadow submodulesBussonnier Matthias2014-12-121-1/+1
* Use Flake8 on the test of pip's Python filesDonald Stufft2014-01-281-3/+7
* define options once, but don't globally instantiateMarcus Smith2013-09-161-4/+3
* 1) have `create_main_parser` construct the parser description.Marcus Smith2013-09-151-1/+1
* Replace explicit calls to reset_env() with the script fixtureDonald Stufft2013-08-271-10/+5
* Refactor tests.libDonald Stufft2013-08-211-14/+12
* Switch to using py.test as the test runner instead of noseDonald Stufft2013-08-211-2/+5
* break up tests dir into data, unit tests, and functional testsMarcus Smith2013-05-291-0/+90