Skip to content
Snippets Groups Projects
Commit d3f455ca authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

more tests


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent 8d11fddf
No related branches found
No related tags found
No related merge requests found
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[packages]
requests = "*"
[requires]
python_full_version = "3.6.2"
\ No newline at end of file
{
"default": {
"requests": {
"version": "==2.13.0",
"hash": "sha256:1a720e8862a41aa22e339373b526f508ef0c8988baf48b84d3fc891a8e237efb"
}
},
"develop": {},
"_meta": {
"sources": [
{
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
],
"requires": {
"python_version": "3.6"
},
"hash": {
"sha256": "5866990104fc8f27d13cdf01abc2a32c553129e03f666316cacc5b42d3e0884e"
}
}
}
\ No newline at end of file
python-2.7.13 python-2.7.14
\ No newline at end of file \ No newline at end of file
...@@ -11,6 +11,12 @@ testPipenvVersion() { ...@@ -11,6 +11,12 @@ testPipenvVersion() {
assertCapturedSuccess assertCapturedSuccess
} }
testPipenvFullVersion() {
compile "pipenv-full-version"
assertCaptured "3.6.2"
assertCapturedSuccess
}
testNoRequirements() { testNoRequirements() {
compile "no-requirements" compile "no-requirements"
assertCapturedError assertCapturedError
...@@ -61,7 +67,7 @@ testPylibmc() { ...@@ -61,7 +67,7 @@ testPylibmc() {
testPython2() { testPython2() {
compile "python2" compile "python2"
assertCaptured "python-2.7.13" assertCaptured "python-2.7.14"
assertCapturedSuccess assertCapturedSuccess
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment