Datastore tests (#551)

* common datastore tests

* fix Datastore.UpdateApp

* remove extra datastore tests

* datastore test fixes
This commit is contained in:
Jordan Krage
2017-03-01 10:40:08 -06:00
committed by Travis Reeder
parent 56e43ac772
commit 3fd3da87f3
10 changed files with 852 additions and 773 deletions

View File

@@ -12,7 +12,7 @@ test:
cd fn && $(MAKE) test
test-datastore:
cd api/datastore && go test -v
cd api/datastore && go test -v ./...
run:
./functions