1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

7 commits

Author SHA1 Message Date
Chris Jerdonek
1f09e67f34 Only import a Command class when it is actually needed.
This resulted in an approximate 24% speed-up of a vanilla `pip`
invocation on one system (0.477 secs before, 0.363 secs after).
2019-07-26 23:30:26 -04:00
Nitesh Sharma
98966b91c7 update parametrize test and comment 2018-09-04 14:36:09 +05:30
Nitesh Sharma
82b25ffe6c sort imports properly 2018-09-02 23:25:14 +05:30
Nitesh Sharma
a90c641868 Use equality operator for format_control instances 2018-09-02 23:14:47 +05:30
Nitesh Sharma
fd692f32ba move format control to models and write parametrized test 2018-09-02 23:08:07 +05:30
Nitesh Sharma
c6bf7acc97 fix linting errors 2018-08-28 22:05:18 +05:30
Nitesh Sharma
b818b8324d refactor format control and rename test functions 2018-08-28 21:45:40 +05:30
Renamed from tests/unit/test_cmdoptions.py (Browse further)