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

tests for newlines

parent a547da0b
No related branches found
No related tags found
No related merge requests found
requests
\ No newline at end of file
python-2.7.12
...@@ -22,6 +22,11 @@ testPipenvVersion() { ...@@ -22,6 +22,11 @@ testPipenvVersion() {
assertCapturedSuccess assertCapturedSuccess
} }
testNewlineRuntime() {
compile "newline-runtime"
assertCaptured "2.7.11"
assertCapturedSuccess
}
testPipenv() { testPipenv() {
compile "pipenv" compile "pipenv"
......
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