summaryrefslogtreecommitdiff
path: root/tests/unit/test_commands.py
Commit message (Expand)AuthorAgeFilesLines
* Complete type annotations of tests/unit/ directoryJon Dufresne2021-09-231-18/+20
* Reformat the codebase, with blackPradyun Gedam2021-08-201-15/+18
* Implement new command 'pip index versions'Noah Gorny2021-06-111-2/+5
* LintAndrey Bienkowski2021-02-101-1/+2
* Use unittest.mock instead of mockAndrey Bienkowski2021-02-101-1/+1
* Use f-strings for simple string formattingJon Dufresne2020-12-251-1/+1
* Move outdated outside utils and rename (pypa/pip#6532)John Paton2019-09-301-4/+5
* Add some handle_pip_version_check() tests.Chris Jerdonek2019-08-071-4/+40
* Test the command class inheritance for each command.Chris Jerdonek2019-08-071-0/+54
* Remove get_summaries().Chris Jerdonek2019-07-271-10/+1
* Only import a Command class when it is actually needed.Chris Jerdonek2019-07-261-0/+31