test git egg installation (#666)

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-04-26 09:16:11 -04:00
committed by GitHub
parent dd0aee7b06
commit 6bcbf19bb0
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
-e git+https://github.com/requests/requests.git#egg=requests
+6
View File
@@ -87,6 +87,12 @@ testPython3() {
assertCapturedSuccess
}
testGitEgg() {
compile "git-egg"
assertCaptured "requests"
assertCapturedSuccess
}
testSmartRequirements() {
local cache_dir="$(mktmpdir)"
compile "requirements-standard" "$cache_dir"