appengine
appengine copied to clipboard
Launching tests with "gcloud app"
Hello guys,
The documentation states that we should run the tests with "goapp test"... however "goapp" is now replaced with "gcloud", and I couldn't find a "gcloud app test" command.
How can I launch the tests with gcloud please?
(I tried exporting the .../google-cloud-sdk/platform/google_appengine/bin/ to my $PATH but goapp doesn't find goroot etc..)
Thx