Commit Graph

14 Commits

Author SHA1 Message Date
Nate Prewitt 1126d79311 more tests 2017-02-09 09:05:18 -07:00
Nate Prewitt 8a7223bac8 properly handle percent-encodings in parse_install_output 2017-02-08 15:12:31 -07:00
Nate Prewitt 5d45e6e734 updating parse_download_fname and tests 2017-02-08 14:13:41 -07:00
Nate Prewitt 31fb7d1f2e remove unnecessary test_files 2017-02-07 18:40:55 -07:00
Nate Prewitt 05e24936fd use parametrize for test_parse_download_fname 2017-02-07 17:10:15 -07:00
Nate Prewitt 2200fca987 updating tests 2017-02-07 17:09:49 -07:00
Nate Prewitt a2987a05fe test ensure_proper_casing 2017-02-06 13:26:52 -07:00
Nate Prewitt e5f1b61f8c initial testing work 2017-02-02 16:57:14 -07:00
kennethreitz bfae4960d5 Revert "Revert "Merge branch 'master' into fix_link_parsing""
This reverts commit 94eb22a8ce.
2017-01-27 22:24:30 -05:00
kennethreitz 94eb22a8ce Revert "Merge branch 'master' into fix_link_parsing"
This reverts commit 505c2b3427, reversing
changes made to 62731f091e.
2017-01-27 22:22:24 -05:00
mattkohl 4f44584146 Updated requests version required to >=2.4.0 2017-01-27 15:40:55 +00:00
kennethreitz 9cd43ac922 better support for comments in requirements files
#45
2017-01-23 15:42:43 -05:00
kennethreitz fccc309b74 test for comments in reqs files
#35
2017-01-23 15:27:56 -05:00
Alex Chan 1cd2cef72b Don't throw a TypeError for requirements.txt in Python 3
Opening the file as `r` instead or `rb` ensures that we don't have
any implicit encoding/decoding of strings (so Python 3 is happy).
Includes a test that passes on both Python 2 and Python 3 which
checks this works correctly.
2017-01-23 09:14:22 +00:00