Matt Davis
3387881a6d
Code reorg utils into utils module reduces complexity ( #4990 )
...
* Split apart the massive utils.py into a utils module
2022-03-29 20:27:33 -04:00
Matt Davis
0788b0122e
Refactor test into a version that also check quiet mode, move to correct test file.
...
Add test cases for pip freeze has expected output
Add test for the package index restrictions.
2022-03-26 10:05:56 -04:00
Matt Davis
7f05d65eed
Restore this message as stderr because it affects requirements.txt generation ( #5005 )
...
* Restore this message as stderr because it affects requirements.txt generation.
* Only load the dotenv file when it's a real file, and thus only print the message when it's present.
* Add news fragment.
2022-03-23 15:22:42 +01:00
Matt Davis
f488273715
Adjust test stdout expectations.
2022-03-11 02:52:03 -05:00
Matt Davis
90a12ddb11
clean up edge case now that print success changed away from stderr.
2022-03-11 02:09:18 -05:00
Frost Ming
0f67a112dc
Populate the PATH env in pipenv run
2021-11-08 15:02:37 +08:00
Frost Ming
904f0a3b86
capture outputs written in subprocesses
2021-08-03 10:41:19 +08:00
Frost Ming
9b4eb98529
Remove unused patch files
2021-07-28 17:30:17 +08:00
Frost Ming
a82bbb7b27
Try switching from delegator to subprocess
2021-07-28 16:39:36 +08:00
Frost Ming
ca5d931f1f
Update to py36 plus syntax
2021-07-28 10:59:00 +08:00
Dan Ryan
d8e66c7fce
Add future imports to tests
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-05-16 00:52:10 -04:00
jxltom
85e64b86be
Resort imports for tests
2018-12-01 17:26:32 +08:00
Frost Ming
e909d9b84f
do not check on windows
...
Signed-off-by: Frost Ming <mianghong@gmail.com >
2018-11-18 09:42:04 +08:00
Frost Ming
5e94bcb595
fix case for windows
...
Signed-off-by: Frost Ming <mianghong@gmail.com >
2018-11-18 08:56:43 +08:00
Frost Ming
6901eae31d
expand env before run script
...
Signed-off-by: Frost Ming <mianghong@gmail.com >
2018-11-17 22:53:07 +08:00
Tzu-ping Chung
4533e68bca
Move things around
2018-04-12 17:35:17 +08:00