more tests

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-26 11:31:44 -04:00
parent d3f455ca3b
commit 372e79ab92
3 changed files with 60 additions and 0 deletions
+5
View File
@@ -5,6 +5,11 @@ testPipenv() {
assertCapturedSuccess
}
testPipenvLock() {
compile "pipenv-lock"
assertCapturedSuccess
}
testPipenvVersion() {
compile "pipenv-version"
assertCaptured "3.6.2"