Skip to content

Commit

Permalink
add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 14, 2017
1 parent bbdab7b commit 40d5dc9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions oss/general-ignorefiles/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
up

curl -s `up url`
# equals: Ignorefiles
4 changes: 4 additions & 0 deletions oss/golang-basic-memory/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
up

curl -s `up url`
# equals: Hello World from Go
7 changes: 7 additions & 0 deletions oss/golang-cookies/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
up

curl -s `up url`
# contains: Save stuff!

curl -s -H "Cookie: name=Tobi" `up url`
# contains: Here's your stuff: <strong>Tobi</strong>

0 comments on commit 40d5dc9

Please sign in to comment.