more tests

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-26 11:30:19 -04:00
parent 8d11fddfd3
commit d3f455ca3b
4 changed files with 40 additions and 2 deletions
+7 -1
View File
@@ -11,6 +11,12 @@ testPipenvVersion() {
assertCapturedSuccess
}
testPipenvFullVersion() {
compile "pipenv-full-version"
assertCaptured "3.6.2"
assertCapturedSuccess
}
testNoRequirements() {
compile "no-requirements"
assertCapturedError
@@ -61,7 +67,7 @@ testPylibmc() {
testPython2() {
compile "python2"
assertCaptured "python-2.7.13"
assertCaptured "python-2.7.14"
assertCapturedSuccess
}