1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests
Pradyun Gedam 8feb24fd12
Enable the use of rich for presenting output
This makes it possible to present output with rich markup, within the
constraints of our logging infrastructure.

Further, diagnostic errors can now by presented using rich, using their
own special "[present-diagnostic]" marker string, since those need to be
handled differently from regular log messages and passed directly
through to rich's console object, after an indentation wrapper.
2021-12-12 13:11:36 +00:00
..
data Add tests for BadZipFile handling 2021-10-23 17:42:22 +02:00
functional Fix in-site-packages patch for user install tests 2021-12-04 17:57:34 +08:00
lib Apply mypy config override to blocked_signals 2021-11-22 17:05:15 +08:00
unit Enable the use of rich for presenting output 2021-12-12 13:11:36 +00:00
__init__.py Port to Python3 2011-03-15 15:49:48 -04:00
conftest.py Move cryptography-based imports into the fixture 2021-11-27 07:58:42 +01:00
requirements-common_wheels.txt Move test requirements into tests/ 2021-07-24 12:06:51 +01:00
requirements.txt Replace use of pretend library with unitest.mock in tests 2021-09-03 16:23:28 -07:00