summaryrefslogtreecommitdiff
path: root/tests/unit/test_configuration.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #11487 from pelson/feature/base-prefix-config"Paul Moore2023-04-211-31/+2
* Add the "base" config level concept, to allow configuration of all virtual en...Phil Elson2022-10-061-2/+31
* provide a better error message for "pip config get index-url"wim glenn2022-04-291-0/+20
* placate pre-commitwim glenn2022-04-291-1/+1
* ``pip config`` normalizes names, converting underscores into dashes. closes #...wim glenn2022-04-291-5/+14
* Complete type annotations for tests/conftest.py and tests/lib/*Jon Dufresne2021-09-291-3/+6
* Complete type annotations of tests/unit/ directoryJon Dufresne2021-09-231-22/+36
* Reformat the codebase, with blackPradyun Gedam2021-08-201-12/+7
* LintAndrey Bienkowski2021-02-101-1/+2
* Use unittest.mock instead of mockAndrey Bienkowski2021-02-101-1/+1
* Use monkeypatch.setenv in config and option testsNguyễn Gia Phong2020-07-251-20/+18
* Move config files locations inside a function (#6736)Xavier Fernandez2019-07-201-7/+12
* Configuration files may now also be stored under `sys.prefix` (#6268)Steve Dower2019-03-071-16/+16
* bodge: Allow both str and repr to be used for configuration file namePradyun Gedam2018-10-031-1/+4
* Fix test to exactly match outputPradyun Gedam2018-09-301-3/+3
* Show error messages when configuration-related errors occurPradyun Gedam2018-09-201-0/+14
* isort: Include trailing commasPradyun Gedam2017-11-211-1/+1
* Move all internal APIs to pip._internalDonald Stufft2017-08-311-2/+4
* Configuration - Documentation updates (#4556)Pradyun S. Gedam2017-06-241-0/+17
* Sort importsPradyun S. Gedam2017-06-131-3/+3
* Improve testsPradyun S. Gedam2017-05-201-33/+72
* Add a test for environment config filePradyun S. Gedam2017-05-201-0/+16
* Use strings onlyPradyun S. Gedam2017-05-201-28/+28
* Use an enum-like attribute to refer to configuration sourcesPradyun S. Gedam2017-05-201-16/+16
* Rename site-wide to globalPradyun S. Gedam2017-05-201-5/+5
* Move mixin to a helper modulePradyun S. Gedam2017-05-201-19/+1
* Add testsPradyun S. Gedam2017-05-201-0/+154